Rename to converter

This commit is contained in:
Matthias
2018-12-12 20:16:03 +01:00
parent 1f29802884
commit b38195e9b3
8 changed files with 7 additions and 7 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.data.convert import parse_ticker_dataframe
from freqtrade.data.converter import parse_ticker_dataframe
logger = logging.getLogger(__name__)