fix(chalice): fixed ObjectStorage Import (#1321)
This commit is contained in:
parent
c45763058f
commit
c29a31e3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from decouple import config
|
||||
from datetime import datetime, timedelta
|
||||
from chalicelib.utils.objects.interface import ObjectStorage
|
||||
from chalicelib.utils.storage.interface import ObjectStorage
|
||||
from azure.storage.blob import BlobServiceClient, BlobSasPermissions, generate_blob_sas
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue