Irfanuddin Shafi Ahmed
2 years ago
No known key found for this signature in database
GPG Key ID: EDDB7CBA28F0477C
1 changed files with
1 additions and
1 deletions
-
fastapi/routing.py
|
|
@ -42,8 +42,8 @@ from fastapi.encoders import jsonable_encoder |
|
|
|
from fastapi.exceptions import ( |
|
|
|
FastAPIError, |
|
|
|
RequestValidationError, |
|
|
|
RouteAlreadyExistsError, |
|
|
|
ResponseValidationError, |
|
|
|
RouteAlreadyExistsError, |
|
|
|
WebSocketRequestValidationError, |
|
|
|
) |
|
|
|
from fastapi.types import DecoratedCallable, IncEx |
|
|
|