Fix typing circular dependency

This commit is contained in:
Matthias
2020-05-22 20:56:34 +02:00
parent f1ab1835f1
commit 046202fdda
6 changed files with 10 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ from freqtrade.data.history import load_pair_history
from freqtrade.exceptions import DependencyException, OperationalException
from freqtrade.exchange import Exchange
from freqtrade.state import RunMode
from freqtrade.typing import ListPairsWithTimeframes
from freqtrade.constants import ListPairsWithTimeframes
logger = logging.getLogger(__name__)