Use proper typehint

This commit is contained in:
Matthias
2022-11-28 19:46:50 +01:00
parent aef0324aa7
commit 8a00bf3188
2 changed files with 6 additions and 6 deletions

View File

@@ -2292,7 +2292,7 @@ class Exchange:
def _build_ohlcv_dl_jobs(
self, pair_list: ListPairsWithTimeframes, since_ms: Optional[int], cache: bool
) -> Tuple[List[Coroutine], List[Tuple[str, str, CandleType]]]:
) -> Tuple[List[Coroutine], List[PairWithTimeframe]]:
"""
Build Coroutines to execute as part of refresh_latest_ohlcv
"""