Skip to content

Commit 38e8604

Browse files
authored
Remove the last reference to darglint (#877)
This one somehow went unnoticed in #873.
2 parents 5df1db5 + a09c786 commit 38e8604

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/frequenz/sdk/actor/_resampling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ async def _run(self) -> None:
113113
Raises:
114114
RuntimeError: If there is some unexpected error while resampling or
115115
handling requests.
116-
117-
[//]: # (# noqa: DAR401 error)
118116
"""
119117
tasks_to_cancel: set[asyncio.Task[None]] = set()
120118
try:

0 commit comments

Comments
 (0)