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 cb60a4e commit 9eb8424Copy full SHA for 9eb8424
src/apify/_actor.py
@@ -48,7 +48,6 @@
48
from typing_extensions import Self
49
50
from crawlee.proxy_configuration import _NewUrlFunction
51
- from crawlee.storage_clients import StorageClient
52
53
from apify._models import Webhook
54
@@ -140,7 +139,6 @@ def __init__(
140
139
# `__init__` method should not be considered final.
141
142
self._apify_client: ApifyClientAsync | None = None
143
- self._local_storage_client: StorageClient | None = None
144
145
self._is_exiting = False
146
self._is_initialized = False
0 commit comments