From 9eb84249c3ea70f3d293c2ba670d88605bc07d57 Mon Sep 17 00:00:00 2001 From: Josef Prochazka Date: Thu, 23 Oct 2025 10:25:41 +0200 Subject: [PATCH] Remove Actor._local_storage_client (forgotten to be removed when merging) --- src/apify/_actor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apify/_actor.py b/src/apify/_actor.py index 4807e137..4eb27fa0 100644 --- a/src/apify/_actor.py +++ b/src/apify/_actor.py @@ -48,7 +48,6 @@ from typing_extensions import Self from crawlee.proxy_configuration import _NewUrlFunction - from crawlee.storage_clients import StorageClient from apify._models import Webhook @@ -140,7 +139,6 @@ def __init__( # `__init__` method should not be considered final. self._apify_client: ApifyClientAsync | None = None - self._local_storage_client: StorageClient | None = None self._is_exiting = False self._is_initialized = False