Skip to content

Commit b72899e

Browse files
fix: fixed suggestions
Co-authored-by: Copilot <[email protected]>
1 parent 8f2cbe7 commit b72899e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Hyperparameter tuning with Optuna."""
22

3-
from .optuna_runner import OptunaRunner
3+
from .optuna_runner import OptunaRunner, create_backtest_objective
44

5-
__all__ = ["OptunaRunner"]
5+
__all__ = ["OptunaRunner", "create_backtest_objective"]

0 commit comments

Comments
 (0)