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 f534b1f commit cde554f
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 @@ -559,7 +559,7 @@ def list_jobs(
job_type: JobTypes = None,
pagination: Pagination = Pagination(),
) -> List[Dict[str, Any]]:
"""Return a paginated list of jobs accessible to the user.
"""List project jobs.
Args:
project_id (str): The ID of the project.
Expand Down

0 comments on commit cde554f

Please sign in to comment.