Fix lint error

This commit is contained in:
c-bata
2022-07-20 12:58:32 +09:00
parent 07a5f168cc
commit b37a6d14fb
+1
View File
@@ -15,6 +15,7 @@ from . import __version__
from ._app import create_app
from ._sql_profiler import register_profiler_view
try:
from typing import Literal
except ImportError: