mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Fix ruff linting issues
- Remove trailing whitespace from blank lines in test_streaming_client.py
This commit is contained in:
parent
866bdf7929
commit
910b9cbff4
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue