We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80fef2 commit 8309f42Copy full SHA for 8309f42
src/frequenz/dispatch/_dispatch.py
@@ -140,8 +140,8 @@ def until(self) -> datetime | None:
140
return self._until(now)
141
142
@property
143
- # noqa is to silence warning about Return & Yield statements in the same
144
- # function
+ # noqa is needed because of a bug in pydoclint that makes it think a `return` with a return
+ # value needs documenting
145
def missed_runs(self) -> Iterator[datetime]: # noqa: DOC405
146
"""Yield all missed runs of a dispatch.
147
0 commit comments