Introduce freqtrade.typing

This commit is contained in:
hroff-1902
2020-05-18 21:59:50 +03:00
parent 0c8aff98e0
commit 115586a50f
5 changed files with 13 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ from freqtrade.exceptions import (DependencyException, InvalidOrderException,
OperationalException, TemporaryError)
from freqtrade.exchange.common import BAD_EXCHANGES, retrier, retrier_async
from freqtrade.misc import deep_merge_dicts, safe_value_fallback
from freqtrade.pairlist.pairlistmanager import ListPairsWithTimeframes
from freqtrade.typing import ListPairsWithTimeframes
CcxtModuleType = Any