From 303df6ab80a2d0599cc4d96b1cef4fe04ea50156 Mon Sep 17 00:00:00 2001 From: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Date: Sat, 24 Jun 2023 01:48:21 -0700 Subject: [PATCH] [lint] fix lint error (#36789) 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,