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