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

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