Skip to content

Commit

Permalink
Make type for iterator more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo committed May 27, 2024
1 parent c14f990 commit c2f995f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgrestq/task_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,9 @@ def __iter__(
self,
) -> Iterator[
Tuple[
Optional[Dict[str, Any]],
Optional[UUID],
Optional[str]
Dict[str, Any],
UUID,
str
]
]:
"""Iterate over tasks and mark them as complete.
Expand Down

0 comments on commit c2f995f

Please sign in to comment.