Browse Source

fix: import libs

pull/15555/head
Samir Ahmane 2 weeks ago
parent
commit
8234e7cf08
  1. 3
      fastapi/routing.py

3
fastapi/routing.py

@ -91,6 +91,9 @@ from starlette.routing import Mount as Mount # noqa
from starlette.types import AppType, ASGIApp, Lifespan, Receive, Scope, Send
from starlette.websockets import WebSocket
from typing_extensions import deprecated
import inspect
import weakref
from typing import Any, TypedDict
# Copy of starlette.routing.request_response modified to include the

Loading…
Cancel
Save