Skip to content

Commit

Permalink
Qualify more types in pagination docstrings
Browse files Browse the repository at this point in the history
Fully-qualify more type references in pagination docstrings to help
downstream projects that use Sphinx.
  • Loading branch information
rra committed Nov 26, 2024
1 parent e6b6cf9 commit fcb28ee
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 fcb28ee

Please sign in to comment.