mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove unused __init__ method
This commit is contained in:
parent
0d6109211f
commit
598e461892
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user