Skip to content

Commit ce0c04f

Browse files
committed
fix: linter error
1 parent fda49ce commit ce0c04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/rest/rest_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ async def _handle_streaming_request(
131131
error=InvalidRequestError(
132132
message=f'Failed to pre-consume request body: {e}'
133133
)
134-
)
134+
) from e
135135

136136
call_context = self._context_builder.build(request)
137137

0 commit comments

Comments
 (0)