From 5b0ef2ffa5a1391ad942325af0b5ef35b200b4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 27 Feb 2026 17:57:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Format=20test=20module=20docstring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_stream_cancellation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_stream_cancellation.py b/tests/test_stream_cancellation.py index 67187d6c4c..eb823b9e8c 100644 --- a/tests/test_stream_cancellation.py +++ b/tests/test_stream_cancellation.py @@ -2,7 +2,6 @@ Test that async streaming endpoints can be cancelled without hanging. Ref: https://github.com/fastapi/fastapi/issues/14680 - """ from collections.abc import AsyncIterable