Skip to content

Commit

Permalink
Merge pull request #87 from shreypandey/storage_refactor
Browse files Browse the repository at this point in the history
Removed references of sync storage
  • Loading branch information
sameersegal authored Jun 13, 2024
2 parents 30f0b73 + 0d48814 commit 592a70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/file_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .azure import AzureStorage, AzureStorageSync
from .azure import AzureStorage
from .local import LocalStorage
from .storage import Storage
from .handler import StorageHandler
1 change: 0 additions & 1 deletion lib/file_storage/azure/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .azure_storage import AzureStorage
from .azure_storage_sync import AzureStorageSync

0 comments on commit 592a70e

Please sign in to comment.