Update python_tests/test_csv_download.py

Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
This commit is contained in:
Hiroki Takizawa
2023-12-07 18:14:24 +09:00
committed by GitHub
co-authored by Shuhei Watanabe
parent 6d442254e2
commit e1f43e1ce4
+3
View File
@@ -1,5 +1,8 @@
from __future__ import annotations
from typing import Any
import optuna
from optuna.trial import TrialState
from optuna_dashboard._app import create_app