Skip to content

Commit bc90f86

Browse files
committed
missing docs for missed_runs
1 parent be524ad commit bc90f86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frequenz/dispatch/_dispatch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ def missed_runs(self, since: datetime) -> Iterator[datetime]: # noqa: DOC405
6060
6161
Returns:
6262
A generator that yields all missed runs of a dispatch.
63+
64+
Yields:
65+
datetime: The missed run.
6366
"""
6467
now = datetime.now(tz=timezone.utc)
6568

0 commit comments

Comments
 (0)