remove unused imports

This commit is contained in:
gcarq 2017-11-25 01:23:18 +01:00
parent a23fce519d
commit 5bf583cba4
2 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ from freqtrade.misc import load_config
from freqtrade.optimize import load_data, preprocess from freqtrade.optimize import load_data, preprocess
from freqtrade.persistence import Trade from freqtrade.persistence import Trade
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)

View File

@ -2,11 +2,9 @@
import json import json
from functools import reduce from functools import reduce
from math import exp from math import exp
from operator import itemgetter from operator import itemgetter
from pprint import pprint
from hyperopt import fmin, tpe, hp, Trials, STATUS_OK from hyperopt import fmin, tpe, hp, Trials, STATUS_OK
from pandas import DataFrame from pandas import DataFrame