Skip to content

Commit 697bfad

Browse files
committed
test: apply ruff-format output
1 parent 15f1573 commit 697bfad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/shared/test_session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,9 @@ async def test_receive_loop_handles_closed_response_stream():
520520
async with ClientSession(read_stream=client_read, write_stream=client_write) as client_session:
521521
response_stream, response_stream_reader = anyio.create_memory_object_stream[
522522
JSONRPCResponse | JSONRPCError
523-
](1)
523+
](
524+
1
525+
)
524526
await response_stream.aclose()
525527
await response_stream_reader.aclose()
526528
client_session._response_streams[0] = response_stream

0 commit comments

Comments
 (0)