mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix lint errors
This commit is contained in:
@@ -8,7 +8,8 @@ from ._app import create_app as _create_app
|
||||
|
||||
def create_app(storage: BaseStorage) -> Bottle:
|
||||
warnings.warn(
|
||||
"This function will be removed in the future. Please use optuna_dashboard.run_server() instead.",
|
||||
"This function will be removed in the future."
|
||||
" Please use optuna_dashboard.run_server() instead.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
return _create_app(storage)
|
||||
|
||||
Reference in New Issue
Block a user