Skip to content

Commit 18ddf4e

Browse files
committed
fix: remove unused noqa directive
1 parent 96a4183 commit 18ddf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/server/request_handlers/default_request_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ async def _send_push_notification_if_needed(
287287
if isinstance(latest_task, Task):
288288
await self._push_sender.send_notification(latest_task)
289289

290-
async def _consume_and_notify_in_background( # noqa: PLR0913
290+
async def _consume_and_notify_in_background(
291291
self,
292292
task_id: str,
293293
result_aggregator: ResultAggregator,

0 commit comments

Comments
 (0)