We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce1ae3 commit 7f5d373Copy full SHA for 7f5d373
src/apify/apify_storage_client/_key_value_store_client.py
@@ -5,7 +5,7 @@
5
6
from typing_extensions import override
7
8
-from crawlee.storage_clients._base import KeyValueStoreClient as BaseKeyValueStoreClient
+from crawlee.storage_clients._base import BaseKeyValueStoreClient
9
from crawlee.storage_clients.models import KeyValueStoreListKeysPage, KeyValueStoreMetadata, KeyValueStoreRecord
10
11
from apify._crypto import create_hmac_signature
0 commit comments