Skip to content

Commit 24df7e4

Browse files
committed
Black
1 parent 6a1ab81 commit 24df7e4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

sdk/storage/azure-storage-blob/azure/storage/blob/_shared/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DEFAULT_OAUTH_SCOPE,
4242
READ_TIMEOUT,
4343
SERVICE_HOST_BASE,
44-
STORAGE_OAUTH_SCOPE
44+
STORAGE_OAUTH_SCOPE,
4545
)
4646
from .models import LocationMode, StorageConfiguration
4747
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-blob/azure/storage/blob/_shared/base_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_OAUTH_SCOPE,
3131
READ_TIMEOUT,
3232
SERVICE_HOST_BASE,
33-
STORAGE_OAUTH_SCOPE
33+
STORAGE_OAUTH_SCOPE,
3434
)
3535
from .models import StorageConfiguration
3636
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DEFAULT_OAUTH_SCOPE,
4242
READ_TIMEOUT,
4343
SERVICE_HOST_BASE,
44-
STORAGE_OAUTH_SCOPE
44+
STORAGE_OAUTH_SCOPE,
4545
)
4646
from .models import LocationMode, StorageConfiguration
4747
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_shared/base_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_OAUTH_SCOPE,
3131
READ_TIMEOUT,
3232
SERVICE_HOST_BASE,
33-
STORAGE_OAUTH_SCOPE
33+
STORAGE_OAUTH_SCOPE,
3434
)
3535
from .models import StorageConfiguration
3636
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DEFAULT_OAUTH_SCOPE,
4242
READ_TIMEOUT,
4343
SERVICE_HOST_BASE,
44-
STORAGE_OAUTH_SCOPE
44+
STORAGE_OAUTH_SCOPE,
4545
)
4646
from .models import LocationMode, StorageConfiguration
4747
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/base_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_OAUTH_SCOPE,
3131
READ_TIMEOUT,
3232
SERVICE_HOST_BASE,
33-
STORAGE_OAUTH_SCOPE
33+
STORAGE_OAUTH_SCOPE,
3434
)
3535
from .models import StorageConfiguration
3636
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-queue/azure/storage/queue/_shared/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DEFAULT_OAUTH_SCOPE,
4242
READ_TIMEOUT,
4343
SERVICE_HOST_BASE,
44-
STORAGE_OAUTH_SCOPE
44+
STORAGE_OAUTH_SCOPE,
4545
)
4646
from .models import LocationMode, StorageConfiguration
4747
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

sdk/storage/azure-storage-queue/azure/storage/queue/_shared/base_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_OAUTH_SCOPE,
3131
READ_TIMEOUT,
3232
SERVICE_HOST_BASE,
33-
STORAGE_OAUTH_SCOPE
33+
STORAGE_OAUTH_SCOPE,
3434
)
3535
from .models import StorageConfiguration
3636
from .parser import DEVSTORE_ACCOUNT_KEY, _get_development_storage_endpoint

0 commit comments

Comments
 (0)