mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
fix lint error
This commit is contained in:
@@ -107,7 +107,7 @@ class APITestCase(TestCase):
|
||||
trial = study.ask()
|
||||
study.mark_comparison_ready(trial)
|
||||
study.report_preference(study.trials[0], study.trials[1])
|
||||
|
||||
|
||||
app = create_app(storage)
|
||||
study_id = study._study._study_id
|
||||
status, _, body = send_request(
|
||||
|
||||
Reference in New Issue
Block a user