Skip to content

Commit

Permalink
Apply another suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: J0J0 Todos <[email protected]>
  • Loading branch information
JacksonChen666 and JOJ0 authored Jan 31, 2025
1 parent 38d8e70 commit 3148bb6
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 @@ -111,7 +111,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]], None]]:
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 3148bb6

Please sign in to comment.