Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/apify/_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down