From b8b89ca7ed8b926d08f40e43881486669f959271 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:26:29 +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 --- tests/test_additional_responses_union_duplicate_anyof.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_additional_responses_union_duplicate_anyof.py b/tests/test_additional_responses_union_duplicate_anyof.py index 0e2074a43..f5d987ca3 100644 --- a/tests/test_additional_responses_union_duplicate_anyof.py +++ b/tests/test_additional_responses_union_duplicate_anyof.py @@ -31,12 +31,12 @@ app = FastAPI( @app.get("/route1") async def route1(): - pass # pragma: no cover + pass # pragma: no cover @app.get("/route2") async def route2(): - pass # pragma: no cover + pass # pragma: no cover client = TestClient(app)