Skip to content

Commit 7765856

Browse files
committed
Formatting
1 parent 5b5851d commit 7765856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def send_message_streaming(
133133
request: SendStreamingMessageRequest,
134134
*,
135135
http_kwargs: dict[str, Any] | None = None,
136-
) -> AsyncGenerator[SendStreamingMessageResponse, None]:
136+
) -> AsyncGenerator[SendStreamingMessageResponse]:
137137
if not request.id:
138138
request.id = str(uuid4())
139139

0 commit comments

Comments
 (0)