Skip to content

Commit

Permalink
test(trial): fix lint error with black.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Aug 29, 2024
1 parent 52a4406 commit 53c8e83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/kubeflow/training/api/training_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ def test_update_job(training_client, test_name, kwargs, expected_output):
print("test execution complete")


@pytest.mark.parametrize("test_name,kwargs,expected_output", test_data_wait_for_job_conditions)
@pytest.mark.parametrize(
"test_name,kwargs,expected_output", test_data_wait_for_job_conditions
)
def test_wait_for_job_conditions(
training_client_wait_for_job_conditions, test_name, kwargs, expected_output
):
Expand Down

0 comments on commit 53c8e83

Please sign in to comment.