Skip to content

Commit d3ec1b3

Browse files
author
Łukasz Bobiński
committed
fix: lint
1 parent 6c62c0f commit d3ec1b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/a2a/server/request_handlers/default_request_handler.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,9 @@ async def _cleanup_producer(
450450
try:
451451
await producer_task
452452
except asyncio.CancelledError:
453-
logger.debug('Producer task %s was cancelled during cleanup', task_id)
453+
logger.debug(
454+
'Producer task %s was cancelled during cleanup', task_id
455+
)
454456
except Exception:
455457
logger.exception('Producer task %s failed during cleanup', task_id)
456458
await self._queue_manager.close(task_id)

0 commit comments

Comments
 (0)