Update test_api.py

This commit is contained in:
contramundum53
2023-09-14 10:36:20 +09:00
committed by GitHub
parent 12c561debb
commit 32a4f2d4e1
+1 -1
View File
@@ -8,8 +8,8 @@ from optuna import get_all_study_summaries
from optuna.study import StudyDirection
from optuna_dashboard._app import create_app
from optuna_dashboard._app import create_new_study
from optuna_dashboard._preferential_history import NewHistory
from optuna_dashboard._preference_setting import register_preference_feedback_component_type
from optuna_dashboard._preferential_history import NewHistory
from optuna_dashboard._preferential_history import remove_history
from optuna_dashboard._preferential_history import report_history
from optuna_dashboard._serializer import serialize_preference_history