Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Jul 29, 2024
1 parent 142cfdc commit cfb8b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/adaptors/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,4 @@ def get_subscription_hash() -> str:
subscription_id = get_subscription_id()
hash_obj = hashlib.md5(subscription_id.encode('utf-8'))
subscription_hash = hash_obj.hexdigest()[:_SUBSCRIPTION_HASH_LENGTH]
return subscription_hash
return subscription_hash

0 comments on commit cfb8b7b

Please sign in to comment.