From a28c2b7a21e637f63818f37a294ebd4b913a52fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 18:54:49 +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_openapi_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_openapi_examples.py b/tests/test_openapi_examples.py index 77d275e97..7c4518bd8 100644 --- a/tests/test_openapi_examples.py +++ b/tests/test_openapi_examples.py @@ -7,7 +7,7 @@ from pydantic import BaseModel external_docs = { "description": "External API documentation.", - "url": "https://docs.example.com/api-general" + "url": "https://docs.example.com/api-general", } app = FastAPI(external_docs=external_docs) @@ -475,6 +475,6 @@ def test_openapi_schema(): }, "externalDocs": { "description": "External API documentation.", - "url": "https://docs.example.com/api-general" + "url": "https://docs.example.com/api-general", }, }