mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix flake8 error
This commit is contained in:
@@ -6,7 +6,7 @@ from optuna.trial import FrozenTrial
|
||||
|
||||
try:
|
||||
from typing import TypedDict
|
||||
except:
|
||||
except ImportError:
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user