DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct

This commit is contained in:
hroff-1902
2019-10-18 23:29:19 +03:00
parent 9e23ca14d1
commit 4ec83a2c24
7 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ import freqtrade.vendor.qtpylib.indicators as qtpylib
from freqtrade.optimize.hyperopt_interface import IHyperOpt
class DefaultHyperOpts(IHyperOpt):
class DefaultHyperOpt(IHyperOpt):
"""
Default hyperopt provided by the Freqtrade bot.
You can override it with your own Hyperopt