From 20b2faaa7c399eb36060d43d7b9a9f5b2760d81f Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 14 Feb 2024 13:44:06 +0100 Subject: [PATCH] Remove the last refernce to darglint Signed-off-by: Leandro Lucarella --- src/frequenz/sdk/actor/_resampling.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frequenz/sdk/actor/_resampling.py b/src/frequenz/sdk/actor/_resampling.py index 2ebbd0b33..e811da546 100644 --- a/src/frequenz/sdk/actor/_resampling.py +++ b/src/frequenz/sdk/actor/_resampling.py @@ -113,8 +113,6 @@ async def _run(self) -> None: Raises: RuntimeError: If there is some unexpected error while resampling or handling requests. - - [//]: # (# noqa: DAR401 error) """ tasks_to_cancel: set[asyncio.Task[None]] = set() try: