Skip to content

Commit 17e48ae

Browse files
committed
feat: re-export StorageClient from apify.storage_clients
1 parent 877d20c commit 17e48ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/apify/storage_clients/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from crawlee.storage_clients import MemoryStorageClient
1+
from crawlee.storage_clients import MemoryStorageClient, StorageClient
22

33
from ._apify import ApifyStorageClient
44
from ._file_system import ApifyFileSystemStorageClient as FileSystemStorageClient
@@ -9,4 +9,5 @@
99
'FileSystemStorageClient',
1010
'MemoryStorageClient',
1111
'SmartApifyStorageClient',
12+
'StorageClient',
1213
]

0 commit comments

Comments
 (0)