mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 12:13:57 +00:00
fix: improved defaultHyperoptLoss alias
this gives the class it's proper name.
This commit is contained in:
parent
d9766bfd7e
commit
9ad32fd846
|
@ -53,4 +53,5 @@ class ShortTradeDurHyperOptLoss(IHyperOptLoss):
|
|||
|
||||
|
||||
# Create an alias for This to allow the legacy Method to work as well.
|
||||
DefaultHyperOptLoss = ShortTradeDurHyperOptLoss
|
||||
class DefaultHyperOptLoss(ShortTradeDurHyperOptLoss):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue
Block a user