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

@@ -15,9 +15,9 @@ from pandas import DataFrame
from freqtrade.data.dataprovider import DataProvider
from freqtrade.exceptions import StrategyError
from freqtrade.exchange import timeframe_to_minutes
from freqtrade.pairlist.pairlistmanager import ListPairsWithTimeframes
from freqtrade.persistence import Trade
from freqtrade.strategy.strategy_wrapper import strategy_safe_wrapper
from freqtrade.typing import ListPairsWithTimeframes
from freqtrade.wallets import Wallets