Skip to content

Commit

Permalink
Update qfieldcloud_sdk/sdk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Sep 3, 2024
1 parent 13fdb04 commit f534b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldcloud_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def list_jobs(
pagination (Pagination, optional): Pagination settings. Defaults to a new Pagination object.
Returns:
List[Dict[str, Any]]: A list of dictionaries representing the jobs.
list[dict[str, Any]]: A list of dictionaries representing the jobs.
"""
payload = self._request_json(
"GET",
Expand Down

0 comments on commit f534b1f

Please sign in to comment.