Refactor filter_pairlist()

This commit is contained in:
hroff-1902
2020-05-20 13:27:07 +03:00
parent cd3900549c
commit 7e43574382
6 changed files with 44 additions and 64 deletions

View File

@@ -19,7 +19,8 @@ SORT_VALUES = ['askVolume', 'bidVolume', 'quoteVolume']
class VolumePairList(IPairList):
def __init__(self, exchange, pairlistmanager, config: Dict[str, Any], pairlistconfig: dict,
def __init__(self, exchange, pairlistmanager,
config: Dict[str, Any], pairlistconfig: Dict[str, Any],
pairlist_pos: int) -> None:
super().__init__(exchange, pairlistmanager, config, pairlistconfig, pairlist_pos)