pre-commit-ci-lite[bot]
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
fastapi/routing.py
|
|
|
@ -4,6 +4,7 @@ import functools |
|
|
|
import inspect |
|
|
|
import json |
|
|
|
import types |
|
|
|
import weakref |
|
|
|
from collections.abc import ( |
|
|
|
AsyncIterator, |
|
|
|
Awaitable, |
|
|
|
@ -91,9 +92,6 @@ 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 |
|
|
|
|