Skip to content

Commit e4fc4bf

Browse files
Mantisusvdusek
andauthored
Update src/apify/_charging.py
Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
1 parent 55f13e8 commit e4fc4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/_charging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Context variable to hold the current `ChargingManager` instance, if any. This allows PPE-aware dataset clients to
3838
# access the charging manager without needing to pass it explicitly.
39-
charging_manager_ctx: ContextVar[ChargingManagerImplementation | None] = ContextVar(
39+
charging_manager_ctx: ContextVar[ChargingManager | None] = ContextVar(
4040
'charging_manager_ctx', default=None
4141
)
4242

0 commit comments

Comments
 (0)