mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-08-04 04:08:23 +00:00
style: apply ruff formatting
This commit is contained in:
parent
24295417ac
commit
977bf6438b
2 changed files with 23 additions and 10 deletions
|
@ -209,7 +209,7 @@ class SubprocessCLITransport(Transport):
|
|||
json_buffer = "" # Clear buffer to prevent repeated errors
|
||||
raise SDKJSONDecodeError(
|
||||
f"JSON message exceeded maximum buffer size of {_MAX_BUFFER_SIZE} bytes",
|
||||
None
|
||||
None,
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue