Deprecate create_app() function

This commit is contained in:
c-bata
2022-02-18 14:59:09 +09:00
parent 1bd7a07653
commit c79135b524
10 changed files with 327 additions and 312 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from unittest import TestCase
import optuna
from optuna_dashboard.app import create_app
from optuna_dashboard._app import create_app
from .wsgi_client import send_request