From 5a73b0bf096dc9bb6acc0eca69a8f54624b19b2b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 05:34:18 +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_issue_13056_openapi_annotated_forwardref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_issue_13056_openapi_annotated_forwardref.py b/tests/test_issue_13056_openapi_annotated_forwardref.py index 653e31d8d9..173919123c 100644 --- a/tests/test_issue_13056_openapi_annotated_forwardref.py +++ b/tests/test_issue_13056_openapi_annotated_forwardref.py @@ -26,4 +26,4 @@ def test_issue_13056_openapi_annotated_forwardref(): response = client.get("/openapi.json") assert response.status_code == 200, response.text data = response.json() - assert data["components"]["schemas"]["Item"] \ No newline at end of file + assert data["components"]["schemas"]["Item"]