Skip to content

Commit e77d770

Browse files
committed
Added test for cors and trustedhost middleware
1 parent f335b73 commit e77d770

File tree

4 files changed

+630
-1
lines changed

4 files changed

+630
-1
lines changed

ellar/core/middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
if sys.version_info >= (3, 7): # pragma: no cover
2121
from starlette.middleware.exceptions import ExceptionMiddleware
2222
else:
23-
from starlette.exceptions import ExceptionMiddleware # type:ignore
23+
from starlette.exceptions import ExceptionMiddleware
2424

2525

2626
__all__ = [

0 commit comments

Comments
 (0)