mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add explanatory comment in tests/patch_time.py (#120572)
This commit is contained in:
@@ -25,4 +25,5 @@ dt_util.utcnow = _utcnow # type: ignore[assignment]
|
||||
event_helper.time_tracker_utcnow = _utcnow # type: ignore[assignment]
|
||||
util.utcnow = _utcnow # type: ignore[assignment]
|
||||
|
||||
# Replace bound methods which are not found by freezegun
|
||||
runner.monotonic = _monotonic # type: ignore[assignment]
|
||||
|
||||
Reference in New Issue
Block a user