Skip to content

Commit 7068ae9

Browse files
committed
task(RHOAIENG-33045): Updated incorrect import
Signed-off-by: Pat O'Connor <[email protected]>
1 parent ca34a7a commit 7068ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
_kube_api_error_handling,
99
)
1010
from codeflare_sdk.common.utils import constants
11+
from codeflare_sdk.common.utils.utils import get_ray_image_for_python_version
1112

1213

1314
def get_ray_cluster(cluster_name, namespace):
@@ -29,7 +30,7 @@ def get_ray_cluster(cluster_name, namespace):
2930
def get_ray_image():
3031
return os.getenv(
3132
"RAY_IMAGE",
32-
constants.get_ray_image_for_python_version(warn_on_unsupported=False),
33+
get_ray_image_for_python_version(warn_on_unsupported=False),
3334
)
3435

3536

0 commit comments

Comments
 (0)