mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-11 02:18:56 -04:00
✨ Improve type annotations, add support for mypy --strict, internally and for external packages (#2547)
This commit is contained in:
committed by
GitHub
parent
4fdcdf341c
commit
fdb6c9ccc5
@@ -1 +1,3 @@
|
||||
from starlette.middleware.httpsredirect import HTTPSRedirectMiddleware # noqa
|
||||
from starlette.middleware.httpsredirect import ( # noqa
|
||||
HTTPSRedirectMiddleware as HTTPSRedirectMiddleware,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user