We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750c102 commit 234759fCopy full SHA for 234759f
tests/client/test_session.py
@@ -772,8 +772,7 @@ async def mock_server():
772
773
@pytest.mark.anyio
774
async def test_initialize_without_context_manager_raises_error():
775
- """Test that calling initialize() without entering the context manager raises RuntimeError.
776
- """
+ """Test that calling initialize() without entering the context manager raises RuntimeError."""
777
send_stream, receive_stream = anyio.create_memory_object_stream[Any](0)
778
779
read_stream = cast(Any, receive_stream)
0 commit comments