mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
parent
203e10596f
commit
4642f63a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,8 +2,8 @@ from typing import Any, Sequence
|
||||||
|
|
||||||
from pydantic import ValidationError
|
from pydantic import ValidationError
|
||||||
from pydantic.error_wrappers import ErrorList
|
from pydantic.error_wrappers import ErrorList
|
||||||
from requests import Request
|
|
||||||
from starlette.exceptions import HTTPException as StarletteHTTPException
|
from starlette.exceptions import HTTPException as StarletteHTTPException
|
||||||
|
from starlette.requests import Request
|
||||||
from starlette.websockets import WebSocket
|
from starlette.websockets import WebSocket
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue