Update subprocess_cli.py

This commit is contained in:
Alden Olivero 2025-06-18 11:20:13 +05:30 committed by GitHub
parent e9af109c67
commit c7b5b1b216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ class SubprocessCLITransport(Transport):
raise CLIConnectionError("Not connected")
stderr_lines = []
json_buffer= ""
json_buffer = ""
async def read_stderr() -> None:
"""Read stderr in background."""