Adjust imports

This commit is contained in:
Matthias
2018-12-12 19:57:40 +01:00
parent 030ecbfc17
commit 453f62cdfa
5 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import arrow
from pandas import DataFrame
from freqtrade import constants
from freqtrade.exchange.exchange_helpers import parse_ticker_dataframe
from freqtrade.data.convert import parse_ticker_dataframe
from freqtrade.persistence import Trade
logger = logging.getLogger(__name__)