move exchange_helpers to data module

This commit is contained in:
Matthias
2018-12-12 19:57:25 +01:00
parent 04c330f10b
commit 030ecbfc17
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import ccxt.async_support as ccxt_async
from pandas import DataFrame
from freqtrade import constants, OperationalException, DependencyException, TemporaryError
from freqtrade.exchange.exchange_helpers import parse_ticker_dataframe
from freqtrade.data.convert import parse_ticker_dataframe
logger = logging.getLogger(__name__)