mirror of https://github.com/tiangolo/fastapi.git
Apply formatting
This commit is contained in:
parent
be79af007a
commit
6b465e7ed0
|
|
@ -20,6 +20,7 @@ from typing import (
|
||||||
Optional,
|
Optional,
|
||||||
Union,
|
Union,
|
||||||
)
|
)
|
||||||
|
from weakref import WeakKeyDictionary
|
||||||
|
|
||||||
from annotated_doc import Doc
|
from annotated_doc import Doc
|
||||||
from fastapi import params, temp_pydantic_v1_params
|
from fastapi import params, temp_pydantic_v1_params
|
||||||
|
|
@ -76,7 +77,6 @@ from starlette.routing import Mount as Mount # noqa
|
||||||
from starlette.types import AppType, ASGIApp, Lifespan, Receive, Scope, Send
|
from starlette.types import AppType, ASGIApp, Lifespan, Receive, Scope, Send
|
||||||
from starlette.websockets import WebSocket
|
from starlette.websockets import WebSocket
|
||||||
from typing_extensions import deprecated
|
from typing_extensions import deprecated
|
||||||
from weakref import WeakKeyDictionary
|
|
||||||
|
|
||||||
|
|
||||||
# Copy of starlette.routing.request_response modified to include the
|
# Copy of starlette.routing.request_response modified to include the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue