Rename Hyperopt Test Class

This commit is contained in:
Matthias
2021-08-26 07:18:26 +02:00
parent 0d8e105a33
commit df1c0540ab
4 changed files with 14 additions and 14 deletions

View File

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