Skip to content

Commit cbc65a3

Browse files
committed
fix format
1 parent f3b2b00 commit cbc65a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/a2a/client/transports/jsonrpc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,10 @@ async def send_message_streaming(
148148
)
149149

150150
modified_kwargs.setdefault(
151-
'timeout', self.httpx_client.timeout.as_dict().get('read', None)
151+
'timeout', self.httpx_client.timeout.as_dict().get('read', None)
152152
)
153153
headers = dict(self.httpx_client.headers.items())
154154
headers.update(modified_kwargs.get('headers', {}))
155-
156155
modified_kwargs['headers'] = headers
157156

158157
async with aconnect_sse(

0 commit comments

Comments
 (0)