From ec1b739193b64fff3bbfabd3e9b3b4b0cb25e05f Mon Sep 17 00:00:00 2001 From: johnmacnamararseg Date: Tue, 19 Oct 2021 13:55:59 -0400 Subject: [PATCH] formatting --- sdk/python/kfp/_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/kfp/_client.py b/sdk/python/kfp/_client.py index 9c2936f6530..4292cbdeced 100644 --- a/sdk/python/kfp/_client.py +++ b/sdk/python/kfp/_client.py @@ -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) @@ -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)