style: apply ruff formatting

This commit is contained in:
Lina Tawfik 2025-06-30 21:58:37 -07:00
parent 24295417ac
commit 977bf6438b
No known key found for this signature in database
2 changed files with 23 additions and 10 deletions

View file

@ -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: