Remove unused __init__ method
This commit is contained in:
@@ -15,16 +15,6 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class FullTradesFilter(IPairList):
|
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
|
@property
|
||||||
def needstickers(self) -> bool:
|
def needstickers(self) -> bool:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user