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: