fix: improved defaultHyperoptLoss alias

this gives the class it's proper name.
This commit is contained in:
Matthias 2024-10-21 19:00:07 +02:00
parent d9766bfd7e
commit 9ad32fd846

View File

@ -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