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

@@ -1,7 +1,7 @@
# pragma pylint: disable=missing-docstring, C0103
import logging
from freqtrade.data.convert import parse_ticker_dataframe
from freqtrade.data.converter import parse_ticker_dataframe
from freqtrade.tests.conftest import log_has