Skip to content

Commit 028d0d5

Browse files
committed
fix: fix broken utils directory for constants.py
1 parent 340f973 commit 028d0d5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/codeflare_sdk/ray/cluster/build_ray_cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from ...common import _kube_api_error_handling
2121
from ...common.kubernetes_cluster import get_api_client, config_check
2222
from kubernetes.client.exceptions import ApiException
23-
from utils.constants import RAY_VERSION
23+
from ...common.utils.constants import RAY_VERSION
2424
import codeflare_sdk
2525
import os
2626

0 commit comments

Comments
 (0)