Skip to content

Commit

Permalink
delete unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Jan 23, 2025
1 parent a0dbeeb commit 018ec33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/python/v1beta1/kubeflow/katib/api/katib_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ class name in this argument.
# If users choose to use external models and datasets.
else:
if (
model_provider_parameters is None
or dataset_provider_parameters is None
or trainer_parameters is None
not model_provider_parameters
or not dataset_provider_parameters
or not trainer_parameters
):
raise ValueError("One of the required parameters is None")

Expand Down

0 comments on commit 018ec33

Please sign in to comment.