From 95fbf8c803b8a4bcca9987985d638d61210ce129 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, 29 May 2026 10:26:58 +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 --- docs_src/first_steps/tutorial004_py310.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs_src/first_steps/tutorial004_py310.py b/docs_src/first_steps/tutorial004_py310.py index f000f0c744..1f9c19b94f 100644 --- a/docs_src/first_steps/tutorial004_py310.py +++ b/docs_src/first_steps/tutorial004_py310.py @@ -6,4 +6,3 @@ app = FastAPI() @app.get("/") async def root(): return {"message": "Hello World", "status": "ok"} -