fix(chalice): fixed ObjectStorage Import (#1321)

This commit is contained in:
Kraiem Taha Yassine 2023-06-09 09:59:14 +02:00 committed by GitHub
parent c45763058f
commit c29a31e3e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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