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 b19ea8c commit 85bf04dCopy full SHA for 85bf04d
src/apify/_actor.py
@@ -133,8 +133,6 @@ def __init__(
133
self._apify_client: ApifyClientAsync | None = None
134
self._local_storage_client: StorageClient | None = None
135
136
- self._charging_manager: ChargingManagerImplementation | None = None
137
-
138
self._is_initialized = False
139
140
async def __aenter__(self) -> Self:
0 commit comments