pre-commit-ci-lite[bot]
6 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
0 deletions
-
fastapi/exceptions.py
|
|
@ -41,6 +41,7 @@ class HTTPException(StarletteHTTPException): |
|
|
return {"item": items[item_id]} |
|
|
return {"item": items[item_id]} |
|
|
``` |
|
|
``` |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
detail: Any |
|
|
detail: Any |
|
|
|
|
|
|
|
|
def __init__( |
|
|
def __init__( |
|
|
|