Fix formatting issue in applications.py

This commit is contained in:
Javier Sánchez Castro 2025-11-24 12:15:09 +01:00 committed by GitHub
parent fe49c85e9e
commit a244fd8ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from fastapi import routing
from fastapi.datastructures import Default, DefaultPlaceholder
from fastapi.exception_handlers import (
http_exception_handler,
request_malformed_exception_handler
request_malformed_exception_handler,
request_validation_exception_handler,
websocket_request_validation_exception_handler,
)