Fix ruff linting issues

- Remove trailing whitespace from blank lines in test_streaming_client.py
This commit is contained in:
Kashyap Murali 2025-09-01 04:00:58 -07:00
parent 866bdf7929
commit 910b9cbff4
No known key found for this signature in database

View file

@ -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",