removed obsolete import
This commit is contained in:
parent
09cdac5129
commit
87e80cd589
@ -1,8 +1,7 @@
|
||||
import logging
|
||||
from functools import wraps
|
||||
|
||||
from azure.core.exceptions import ResourceExistsError
|
||||
from azure.storage.blob import ContainerClient, BlobServiceClient, BlobClient
|
||||
from azure.storage.blob import ContainerClient, BlobServiceClient
|
||||
from retry import retry
|
||||
|
||||
from pyinfra.storage.adapters.adapter import StorageAdapter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user