Skip to content

Commit

Permalink
More typing
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Sep 13, 2023
1 parent afec37d commit a5003e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heracles/catalog/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def __iter__(self) -> Iterator[TypeVar("Unknown")]:
def select(
self,
selection: Union[list, tuple, TypeVar("Unknown")],
) -> Iterator[TypeVar("Unknown")]:
) -> Iterator[CatalogPage]:
"""Iterate over pages of rows with the given selection.
Args:
Expand Down

0 comments on commit a5003e1

Please sign in to comment.