Browse Source

Format test module docstring

pull/15022/head
Sebastián Ramírez 5 months ago
parent
commit
5b0ef2ffa5
  1. 1
      tests/test_stream_cancellation.py

1
tests/test_stream_cancellation.py

@ -2,7 +2,6 @@
Test that async streaming endpoints can be cancelled without hanging. Test that async streaming endpoints can be cancelled without hanging.
Ref: https://github.com/fastapi/fastapi/issues/14680 Ref: https://github.com/fastapi/fastapi/issues/14680
""" """
from collections.abc import AsyncIterable from collections.abc import AsyncIterable

Loading…
Cancel
Save