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
@@ -1,6 +1,6 @@
from unittest import TestCase
from optuna_dashboard.serializer import serialize_attrs
from optuna_dashboard._serializer import serialize_attrs
class SerializeAttrsTestCase(TestCase):