Skip to content

Commit 4148cc0

Browse files
committed
Fix import of usage_lib
Signed-off-by: Ryan O'Leary <[email protected]>
1 parent 5805a54 commit 4148cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/_private/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ def start_ray_processes(self):
14031403
if resource_and_label_spec.labels.get(
14041404
ray._raylet.RAY_NODE_ACCELERATOR_TYPE_KEY
14051405
):
1406-
from ray._private.usage import usage_lib
1406+
from ray._common.usage import usage_lib
14071407

14081408
usage_lib.record_hardware_usage(
14091409
resource_and_label_spec.labels.get(

0 commit comments

Comments
 (0)