Skip to content

Commit

Permalink
fix: add print test.
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste committed Jul 30, 2024
1 parent 3f4d2ed commit 6f3ec80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/v1beta1/kubeflow/katib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
from kubeflow.katib.api.katib_client import KatibClient
# Import Katib report metrics functions
from kubeflow.katib.api.report_metrics import report_metrics
print(report_metrics)
# Import Katib helper functions.
import kubeflow.katib.api.search as search
# Import Katib helper constants.
Expand Down

0 comments on commit 6f3ec80

Please sign in to comment.