Skip to content

Commit 9eb8424

Browse files
committed
Remove Actor._local_storage_client (forgotten to be removed when merging)
1 parent cb60a4e commit 9eb8424

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/apify/_actor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
from typing_extensions import Self
4949

5050
from crawlee.proxy_configuration import _NewUrlFunction
51-
from crawlee.storage_clients import StorageClient
5251

5352
from apify._models import Webhook
5453

@@ -140,7 +139,6 @@ def __init__(
140139
# `__init__` method should not be considered final.
141140

142141
self._apify_client: ApifyClientAsync | None = None
143-
self._local_storage_client: StorageClient | None = None
144142

145143
self._is_exiting = False
146144
self._is_initialized = False

0 commit comments

Comments
 (0)