From 7168594ad62f30fef3ee4035dc3a40045517db87 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:01:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fastapi/exceptions.py b/fastapi/exceptions.py index 773b83857..1fdaf5f52 100644 --- a/fastapi/exceptions.py +++ b/fastapi/exceptions.py @@ -41,6 +41,7 @@ class HTTPException(StarletteHTTPException): return {"item": items[item_id]} ``` """ + detail: Any def __init__(