From 6a10e4a712bd45a4a45fac396380a6737173574d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:05:02 +0000 Subject: [PATCH] =?utf8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?utf8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tests/test_orjson_response_class.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_orjson_response_class.py b/tests/test_orjson_response_class.py index 18a33bec3..29ab93c5d 100644 --- a/tests/test_orjson_response_class.py +++ b/tests/test_orjson_response_class.py @@ -1,5 +1,4 @@ import pytest - from fastapi import FastAPI from fastapi.responses import ORJSONResponse from fastapi.testclient import TestClient -- 2.47.3