Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 8f2f0ea

Browse files
committed
fix import filepath
1 parent 57e8664 commit 8f2f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/unit/test_azure_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from azure.storage.blob import BlobServiceClient
66
from azure.storage.blob.aio import BlobServiceClient as BlobServiceClientAsync
77

8-
from src.api.azure_clients import (
8+
from src.utils.azure_clients import (
99
AzureClientManager,
1010
_BlobServiceClientSingleton,
1111
_BlobServiceClientSingletonAsync,

0 commit comments

Comments
 (0)