fix by lint

This commit is contained in:
moririn2528
2023-09-04 19:01:06 +09:00
parent da38286b69
commit 5cbab3fa67
2 changed files with 5 additions and 7 deletions
+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 import create_study
from optuna_dashboard._preference_setting import register_output_component
from optuna_dashboard.preferential import create_study
from .wsgi_client import send_request