Skip to content

Commit 7f5d373

Browse files
committed
fix: import
1 parent 9ce1ae3 commit 7f5d373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/apify_storage_client/_key_value_store_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from typing_extensions import override
77

8-
from crawlee.storage_clients._base import KeyValueStoreClient as BaseKeyValueStoreClient
8+
from crawlee.storage_clients._base import BaseKeyValueStoreClient
99
from crawlee.storage_clients.models import KeyValueStoreListKeysPage, KeyValueStoreMetadata, KeyValueStoreRecord
1010

1111
from apify._crypto import create_hmac_signature

0 commit comments

Comments
 (0)