Skip to content

Commit

Permalink
unused import linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tasherif-msft committed Sep 29, 2020
1 parent 1bfe833 commit 00e5e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from azure.storage.blob import AccessPolicy as BlobAccessPolicy
from azure.storage.blob import DelimitedTextDialect as BlobDelimitedTextDialect
from azure.storage.blob import DelimitedJsonDialect as BlobDelimitedJSON
from azure.storage.blob._generated.models import StorageErrorException
from azure.storage.blob._generated.models import StorageErrorException # pylint: disable=unused-import
from azure.storage.blob._models import ContainerPropertiesPaged
from ._deserialize import return_headers_and_deserialized_path_list
from ._generated.models import Path
Expand Down

0 comments on commit 00e5e55

Please sign in to comment.