From 17184165f86614007a007582116852d051f093c6 Mon Sep 17 00:00:00 2001 From: Lonnie Liu Date: Sat, 24 Jun 2023 05:26:32 +0000 Subject: [PATCH] [lint] fix lint error Signed-off-by: Lonnie Liu --- python/ray/autoscaler/v2/instance_manager/ray_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/v2/instance_manager/ray_installer.py b/python/ray/autoscaler/v2/instance_manager/ray_installer.py index fd34bcbd69d32..654e30f9cb176 100644 --- a/python/ray/autoscaler/v2/instance_manager/ray_installer.py +++ b/python/ray/autoscaler/v2/instance_manager/ray_installer.py @@ -62,7 +62,7 @@ def install_ray(self, instance: Instance, head_node_ip: str) -> bool: { "RAY_HEAD_IP": head_node_ip, "RAY_CLOUD_INSTANCE_ID": instance.instance_id, - "RAY_NODE_TYPE_NAME": instance.instance_type, + "RAY_NODE_TYPE_NAME": instance.instance_type, }, ), runtime_hash=self._config.runtime_hash,