From 910b9cbff471b5ee7f275bcac97987cd5966c07d Mon Sep 17 00:00:00 2001 From: Kashyap Murali Date: Mon, 1 Sep 2025 04:00:58 -0700 Subject: [PATCH] Fix ruff linting issues - Remove trailing whitespace from blank lines in test_streaming_client.py --- tests/test_streaming_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_streaming_client.py b/tests/test_streaming_client.py index 214869a..15b5250 100644 --- a/tests/test_streaming_client.py +++ b/tests/test_streaming_client.py @@ -525,7 +525,7 @@ class TestClaudeSDKClientStreaming: break except (json.JSONDecodeError, KeyError, AttributeError): pass - + # Then yield the actual messages await asyncio.sleep(0.1) yield { @@ -749,7 +749,7 @@ class TestClaudeSDKClientEdgeCases: break except (json.JSONDecodeError, KeyError, AttributeError): pass - + # Then yield the actual messages yield { "type": "assistant",