sort imports

This commit is contained in:
Janne Sinivirta
2018-01-10 09:51:36 +02:00
parent 0abc30401c
commit 86db6c9084
16 changed files with 50 additions and 46 deletions

View File

@@ -11,10 +11,11 @@ from functools import reduce
from math import exp
from operator import itemgetter
from hyperopt import fmin, tpe, hp, Trials, STATUS_OK, STATUS_FAIL, space_eval
from hyperopt import STATUS_FAIL, STATUS_OK, Trials, fmin, hp, space_eval, tpe
from hyperopt.mongoexp import MongoTrials
from pandas import DataFrame
from freqtrade import main # noqa
from freqtrade import exchange, optimize
from freqtrade.exchange import Bittrex
from freqtrade.misc import load_config