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

@@ -17,7 +17,7 @@ from freqtrade.exceptions import StrategyError
from freqtrade.exchange import timeframe_to_minutes
from freqtrade.persistence import Trade
from freqtrade.strategy.strategy_wrapper import strategy_safe_wrapper
from freqtrade.typing import ListPairsWithTimeframes
from freqtrade.constants import ListPairsWithTimeframes
from freqtrade.wallets import Wallets