From 1e7c36272986fae77b4e47f650cd7c6ffed83448 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 17:21:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/applications.py b/fastapi/applications.py index 8e30cad22..fd2856321 100644 --- a/fastapi/applications.py +++ b/fastapi/applications.py @@ -838,7 +838,7 @@ class FastAPI(Starlette): } app = FastAPI(externalDocs=external_docs) - + ``` ### Explanation: