remove dead code

This commit is contained in:
Janne Sinivirta 2018-07-03 21:50:45 +03:00
parent ef59f9ad24
commit 2cde540645

View File

@ -58,9 +58,6 @@ class Hyperopt(Backtesting):
# check that the reported Σ% values do not exceed this! # check that the reported Σ% values do not exceed this!
self.expected_max_profit = 3.0 self.expected_max_profit = 3.0
# Configuration and data used by hyperopt
# self.processed: Optional[Dict[str, Any]] = None
# Previous evaluations # Previous evaluations
self.trials_file = os.path.join('user_data', 'hyperopt_trials.pickle') self.trials_file = os.path.join('user_data', 'hyperopt_trials.pickle')
self.trials: List = [] self.trials: List = []