From 578532c73023013bd6d18efa92b8e0c0526438dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Aug 2024 17:53:50 -0400 Subject: [PATCH] blacked --- bbot/core/engine.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bbot/core/engine.py b/bbot/core/engine.py index ccd3493c78..9d42c9719f 100644 --- a/bbot/core/engine.py +++ b/bbot/core/engine.py @@ -640,9 +640,7 @@ async def finished_tasks(self, tasks, timeout=None): return done except BaseException as e: if isinstance(e, (TimeoutError, asyncio.exceptions.TimeoutError)): - self.log.warning( - f"{self.name}: Timeout after {timeout:,} seconds in finished_tasks({tasks})" - ) + self.log.warning(f"{self.name}: Timeout after {timeout:,} seconds in finished_tasks({tasks})") for task in tasks: task.cancel() else: