Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmacnamararseg committed Oct 19, 2021
1 parent 135abad commit ec1b739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/kfp/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def delete_job(self, job_id):
Object. If the method is called asynchronously, returns the request thread.
Raises:
ApiException: if the job is not found.
ApiException: If the job is not found.
"""
return self._job_api.delete_job(id=job_id)

Expand All @@ -1080,7 +1080,7 @@ def disable_job(self, job_id):
Object. If the method is called asynchronously, returns the request thread.
Raises:
ApiException: if the job is not found.
ApiException: If the job is not found.
"""
return self._job_api.disable_job(id=job_id)

Expand Down

0 comments on commit ec1b739

Please sign in to comment.