Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Aug 21, 2024
1 parent c561619 commit 9789d47
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sky/provision/azure/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ def get_cluster_id(resource_group: str, cluster_name_on_cloud: str):
# We use the cluster name + resource group hash as the
# unique ID for the cluster, as we need to make sure that
# the deployments have unique names during failover.
cluster_id = _CLUSTER_ID.format(
cluster_name_on_cloud=cluster_name_on_cloud,
unique_id=unique_id)
cluster_id = _CLUSTER_ID.format(cluster_name_on_cloud=cluster_name_on_cloud,
unique_id=unique_id)
return cluster_id


Expand Down

0 comments on commit 9789d47

Please sign in to comment.