pre-commit-ci-lite[bot]
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/applications.py
|
|
|
@ -25,7 +25,7 @@ from fastapi.exception_handlers import ( |
|
|
|
from fastapi.exceptions import ( |
|
|
|
RequestMalformedError, |
|
|
|
RequestValidationError, |
|
|
|
WebSocketRequestValidationError |
|
|
|
WebSocketRequestValidationError, |
|
|
|
) |
|
|
|
from fastapi.logger import logger |
|
|
|
from fastapi.middleware.asyncexitstack import AsyncExitStackMiddleware |
|
|
|
|