Skip to content

Commit 88cd3f8

Browse files
committed
Linting
1 parent 32cfef0 commit 88cd3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/client/transports/http_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def send_http_stream_request(
8181
try:
8282
event_source.response.raise_for_status()
8383
except httpx.HTTPStatusError as e:
84-
# Read upfront streaming error content immediately, otherwise lower-level handlers
84+
# Read upfront streaming error content immediately, otherwise lower-level handlers
8585
# (e.g. response.json()) crash with 'ResponseNotRead' Access errors.
8686
await event_source.response.aread()
8787
raise e

0 commit comments

Comments
 (0)