refactor: use default "needstickers" function
most pairlists use False - so we can use this default and omit tons of lines.
This commit is contained in:
@@ -107,7 +107,6 @@ class IPairList(LoggingMixin, ABC):
|
|||||||
return self.__class__.__name__
|
return self.__class__.__name__
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@abstractmethod
|
|
||||||
def needstickers(self) -> bool:
|
def needstickers(self) -> bool:
|
||||||
"""
|
"""
|
||||||
Boolean property defining if tickers are necessary.
|
Boolean property defining if tickers are necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user