Merge pull request #2015 from hroff-1902/refactor/config2

Make configuration a module
This commit is contained in:
Matthias
2019-07-15 19:41:57 +02:00
committed by GitHub
27 changed files with 269 additions and 303 deletions

View File

@@ -16,7 +16,7 @@ import arrow
from pandas import DataFrame
from freqtrade import OperationalException, misc
from freqtrade.arguments import TimeRange
from freqtrade.configuration import TimeRange
from freqtrade.data.converter import parse_ticker_dataframe
from freqtrade.exchange import Exchange, timeframe_to_minutes