mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-03-07 22:33:57 +00:00
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__
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def needstickers(self) -> bool:
|
||||
"""
|
||||
Boolean property defining if tickers are necessary.
|
||||
|
||||
Reference in New Issue
Block a user