From 950d0a2fec13ce667536d1a805e87805f5715aa7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:03:35 +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 --- docs_src/app_testing/tutorial003.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs_src/app_testing/tutorial003.py b/docs_src/app_testing/tutorial003.py index 90513740e..53d8c894b 100644 --- a/docs_src/app_testing/tutorial003.py +++ b/docs_src/app_testing/tutorial003.py @@ -1,4 +1,5 @@ import warnings + from fastapi import FastAPI from fastapi.testclient import TestClient