Remove unused __init__ method

This commit is contained in:
Matthias 2024-06-09 08:42:51 +02:00
parent 0d6109211f
commit 598e461892

View File

@ -15,16 +15,6 @@ logger = logging.getLogger(__name__)
class FullTradesFilter(IPairList):
def __init__(
self,
exchange,
pairlistmanager,
config: Config,
pairlistconfig: Dict[str, Any],
pairlist_pos: int,
) -> None:
super().__init__(exchange, pairlistmanager, config, pairlistconfig, pairlist_pos)
@property
def needstickers(self) -> bool:
"""