Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
landscapepainter committed Aug 17, 2024
1 parent b80b755 commit 916143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ def initialize(self):
self.is_sky_managed = is_new_bucket

@staticmethod
def get_default_storage_account_name(region) -> str:
def get_default_storage_account_name(region: str) -> str:
"""Generates a default storage account name.
The subscription ID is included to avoid conflicts when user switches
Expand Down

0 comments on commit 916143b

Please sign in to comment.