mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Fix isort errors
This commit is contained in:
@@ -2,11 +2,11 @@ from ._app import run_server # noqa
|
||||
from ._app import wsgi # noqa
|
||||
from ._named_objectives import set_objective_names # noqa
|
||||
from ._note import save_note # noqa
|
||||
from ._objective_form_widget import register_objective_form_widgets # noqa
|
||||
from ._objective_form_widget import ObjectiveChoiceWidget # noqa
|
||||
from ._objective_form_widget import ObjectiveSliderWidget # noqa
|
||||
from ._objective_form_widget import ObjectiveTextInputWidget # noqa
|
||||
from ._objective_form_widget import ObjectiveUserAttrRef # noqa
|
||||
from ._objective_form_widget import register_objective_form_widgets # noqa
|
||||
|
||||
|
||||
__version__ = "0.9.0b2"
|
||||
|
||||
Reference in New Issue
Block a user