Skip to content

Commit

Permalink
[Storage] Fix aio walk blobs sample and expose aio BlobPrefix (Azure#…
Browse files Browse the repository at this point in the history
…22077)

* settings files

* gitignore

* Fixed sample
  • Loading branch information
tasherif-msft authored and hodd committed Jan 4, 2022
1 parent 5ed97d1 commit 7b8abfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import os

from ._list_blobs_helper import BlobPrefix
from .._models import BlobType
from .._shared.policies_async import ExponentialRetry, LinearRetry
from ._blob_client_async import BlobClient
Expand Down Expand Up @@ -132,6 +133,7 @@ async def download_blob_from_url(
'upload_blob_to_url',
'download_blob_from_url',
'BlobServiceClient',
'BlobPrefix',
'ContainerClient',
'BlobClient',
'BlobLeaseClient',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
import os
import sys

from azure.storage.blob.aio import BlobServiceClient

from azure.storage.blob import BlobPrefix
from azure.storage.blob.aio import BlobServiceClient, BlobPrefix

try:
CONNECTION_STRING = os.environ['AZURE_STORAGE_CONNECTION_STRING']
Expand Down

0 comments on commit 7b8abfb

Please sign in to comment.