Browse Source
Fix formatting issue in applications.py
pull/14400/head
Javier Sánchez Castro
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
|
|
|
@ -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, |
|
|
|
) |
|
|
|
|