Fix lint errors

This commit is contained in:
c-bata
2022-02-17 17:27:29 +09:00
parent c8a7950784
commit 46025b15a7
4 changed files with 8 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ from typing import Union
from bottle import Bottle
if typing.TYPE_CHECKING:
from _typeshed.wsgi import WSGIEnvironment