From 8287325181512ff67996227ff861d4eeb39fa914 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 01:32:30 +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_client_disconnect.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_client_disconnect.py b/tests/test_client_disconnect.py index cdea444bcc..7e05af12c0 100644 --- a/tests/test_client_disconnect.py +++ b/tests/test_client_disconnect.py @@ -6,10 +6,9 @@ Ref: https://github.com/fastapi/fastapi/issues/XXXXX """ import pytest -from starlette.requests import ClientDisconnect - from fastapi import Body, FastAPI, Form from fastapi.testclient import TestClient +from starlette.requests import ClientDisconnect pytestmark = pytest.mark.anyio