Skip to content

Commit

Permalink
fixed return type for bib_search method
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Nov 7, 2024
1 parent f5fc1b7 commit 27824d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookops_worldcat/metadata_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def bib_search(
self,
oclcNumber: Union[int, str],
hooks: Optional[Dict[str, Callable]] = None,
) -> Optional[Response]:
) -> Response:
"""
Send a GET request for a full bib record in JSON format.
Expand Down

0 comments on commit 27824d4

Please sign in to comment.