remove unused import

This commit is contained in:
Janne Sinivirta 2017-12-25 08:39:36 +02:00
parent be3840bd14
commit 74a3581cc6

View File

@ -11,7 +11,6 @@ from operator import itemgetter
from hyperopt import fmin, tpe, hp, Trials, STATUS_OK, STATUS_FAIL
from hyperopt.mongoexp import MongoTrials
from pandas import DataFrame
import numpy as np
from freqtrade import exchange, optimize
from freqtrade.exchange import Bittrex