diff --git a/src/utils/constants.py b/src/codeflare_sdk/common/utils/constants.py similarity index 100% rename from src/utils/constants.py rename to src/codeflare_sdk/common/utils/constants.py diff --git a/src/codeflare_sdk/ray/cluster/build_ray_cluster.py b/src/codeflare_sdk/ray/cluster/build_ray_cluster.py index 317091a82..2a3436b26 100644 --- a/src/codeflare_sdk/ray/cluster/build_ray_cluster.py +++ b/src/codeflare_sdk/ray/cluster/build_ray_cluster.py @@ -20,7 +20,7 @@ from ...common import _kube_api_error_handling from ...common.kubernetes_cluster import get_api_client, config_check from kubernetes.client.exceptions import ApiException -from utils.constants import RAY_VERSION +from ...common.utils.constants import RAY_VERSION import codeflare_sdk import os