Skip to content

Commit

Permalink
[lint] fix lint error (#36789)
Browse files Browse the repository at this point in the history
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Jun 24, 2023
1 parent 789cf34 commit 303df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/autoscaler/v2/instance_manager/ray_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 303df6a

Please sign in to comment.