Skip to content

Commit

Permalink
Merge pull request #342 from lsst-sqre/tickets/DM-47789
Browse files Browse the repository at this point in the history
DM-47789: Qualify more types in pagination docstrings
  • Loading branch information
rra authored Nov 26, 2024
2 parents e6b6cf9 + fcb28ee commit 7866516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions safir/src/safir/database/_pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def from_str(cls, cursor: str) -> Self:
Returns
-------
PaginationCursor
safir.database.PaginationCursor
The cursor represented as an object.
Raises
Expand Down Expand Up @@ -208,7 +208,7 @@ def invert(self) -> Self:
Returns
-------
PaginationCursor
safir.database.PaginationCursor
The inverted cursor.
"""

Expand Down

0 comments on commit 7866516

Please sign in to comment.