From e646e1e09fb21a8f1d0b4560392ebc82b2772ac0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:29:11 +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_additional_responses_default_media_type.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_additional_responses_default_media_type.py b/tests/test_additional_responses_default_media_type.py index 6f0253009..8e92356e8 100644 --- a/tests/test_additional_responses_default_media_type.py +++ b/tests/test_additional_responses_default_media_type.py @@ -1,6 +1,6 @@ """ - This test is about the possibility of superimposing an additional response's media_type - over the default route's response class's media_type. +This test is about the possibility of superimposing an additional response's media_type +over the default route's response class's media_type. """ from fastapi import FastAPI