Update Volumepairlist type

This commit is contained in:
Matthias 2022-03-18 06:34:35 +01:00
parent 1299a703e2
commit b56aab0bdf

View File

@ -154,7 +154,7 @@ class VolumePairList(IPairList):
"""
if self._use_range:
# Create bare minimum from tickers structure.
filtered_tickers = [{'symbol': k} for k in pairlist]
filtered_tickers: List[Dict[str, Any]] = [{'symbol': k} for k in pairlist]
# get lookback period in ms, for exchange ohlcv fetch
since_ms = int(arrow.utcnow()