Skip to content

Commit 8b095ad

Browse files
refactor: rebase to master.
Signed-off-by: Electronic-Waste <[email protected]>
1 parent a7a845f commit 8b095ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/python/v1beta1/kubeflow/katib/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171

7272
# Import Katib API client.
7373
from kubeflow.katib.api.katib_client import KatibClient
74-
# Import Katib report metrics functionsfrom kubeflow.katib.api.report_metrics import report_metrics# Import Katib helper functions.
74+
# Import Katib report metrics functions
75+
from kubeflow.katib.api.report_metrics import report_metrics
76+
# Import Katib helper functions.
7577
import kubeflow.katib.api.search as search
7678
# Import Katib helper constants.
7779
from kubeflow.katib.constants.constants import BASE_IMAGE_TENSORFLOW

0 commit comments

Comments
 (0)