We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f13e8 commit e4fc4bfCopy full SHA for e4fc4bf
src/apify/_charging.py
@@ -36,7 +36,7 @@
36
37
# Context variable to hold the current `ChargingManager` instance, if any. This allows PPE-aware dataset clients to
38
# access the charging manager without needing to pass it explicitly.
39
-charging_manager_ctx: ContextVar[ChargingManagerImplementation | None] = ContextVar(
+charging_manager_ctx: ContextVar[ChargingManager | None] = ContextVar(
40
'charging_manager_ctx', default=None
41
)
42
0 commit comments