We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a4183 commit 18ddf4eCopy full SHA for 18ddf4e
1 file changed
src/a2a/server/request_handlers/default_request_handler.py
@@ -287,7 +287,7 @@ async def _send_push_notification_if_needed(
287
if isinstance(latest_task, Task):
288
await self._push_sender.send_notification(latest_task)
289
290
- async def _consume_and_notify_in_background( # noqa: PLR0913
+ async def _consume_and_notify_in_background(
291
self,
292
task_id: str,
293
result_aggregator: ResultAggregator,
0 commit comments