From dcbd7a3c982694cfc01bcba9c305026675203173 Mon Sep 17 00:00:00 2001 From: nabenabe0928 Date: Wed, 22 Nov 2023 06:52:06 +0100 Subject: [PATCH] Apply formatter --- python_tests/test_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_tests/test_api.py b/python_tests/test_api.py index 1bae1872..e62ebba0 100644 --- a/python_tests/test_api.py +++ b/python_tests/test_api.py @@ -9,7 +9,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._note import note_str_key_prefix, note_ver_key +from optuna_dashboard._note import note_str_key_prefix +from optuna_dashboard._note import note_ver_key from optuna_dashboard._preference_setting import register_preference_feedback_component from optuna_dashboard._preferential_history import NewHistory from optuna_dashboard._preferential_history import remove_history