Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoxing-ms committed Jul 16, 2021
1 parent 7fecfa1 commit c7c1558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/storage/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def create_short_lived_blob_sas(cmd, account_name, account_key, container, blob)


def create_short_lived_blob_sas_v2(cmd, account_name, account_key, container, blob):
from datetime import datetime, timedelta
from datetime import timedelta

t_sas = cmd.get_models('_shared_access_signature#BlobSharedAccessSignature',
resource_type=ResourceType.DATA_STORAGE_BLOB)
Expand Down

0 comments on commit c7c1558

Please sign in to comment.