Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 9, 2024
1 parent f5c4bce commit 5ddcc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/v1beta1/kubeflow/katib/api/katib_client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,4 @@ def test_tune(katib_client, test_name, kwargs, expected_output):
assert expected_output == TEST_RESULT_SUCCESS
except Exception as e:
assert type(e) is expected_output
print("Test execution complete for:", test_name)
print("test execution complete")

0 comments on commit 5ddcc30

Please sign in to comment.