From 673fd1fb5a54050e812acba7b9a55bd80d634d4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 00:33:43 +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 --- tests/test_query_method.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_query_method.py b/tests/test_query_method.py index 6aaaf1efe..6ac0d4931 100644 --- a/tests/test_query_method.py +++ b/tests/test_query_method.py @@ -35,4 +35,3 @@ def test_query_method_in_openapi(): assert request_body["required"] is True content_schema = request_body["content"]["application/json"]["schema"] assert content_schema == {"$ref": "#/components/schemas/QueryPayload"} -