Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Jan 31, 2025
1 parent 5374ee9 commit 36a5766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def query(
base_url_override: Optional[bool] = False,
verify: Optional[bool] = True,
**kwargs: Dict[str, Any],
Optional[Union[Dict[str, Any], List[Dict[str, Any]]]]
) -> Optional[Union[Dict[str, Any], List[Dict[str, Any]]]]:
"""Generic wrapper around requests methods.
Handles requests methods, logging and exceptions, and URL encoding.
Expand Down

0 comments on commit 36a5766

Please sign in to comment.