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:
Matthias
2026-03-06 18:31:40 +01:00
parent b35082e45e
commit 38e64e06d1

View File

@@ -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.