Skip to content

Commit

Permalink
Linting update
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <[email protected]>
  • Loading branch information
saileshd1402 committed Sep 21, 2024
1 parent 4d6ec3a commit fc3ec22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/kubeflow/training/api/training_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,9 @@ def wait_for_job_conditions(
)

# Get Job conditions.
conditions = self.get_job_conditions(job=job, timeout=timeout, job_kind=job_kind)
conditions = self.get_job_conditions(
job=job, timeout=timeout, job_kind=job_kind
)
if len(conditions) > 0:
status_logger(
name,
Expand Down

0 comments on commit fc3ec22

Please sign in to comment.