rename analyze.py to exchange_helpers.py

This commit is contained in:
Janne Sinivirta
2018-07-17 12:12:25 +03:00
parent 4a26eb34ea
commit 85fd4dd3ff
6 changed files with 7 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import json
import pytest
from pandas import DataFrame
from freqtrade.analyze import parse_ticker_dataframe
from freqtrade.exchange.exchange_helpers import parse_ticker_dataframe
from freqtrade.strategy.default_strategy import DefaultStrategy