mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Fix typo in conftest.py (#122583)
This commit is contained in:
parent
7348a1fd0c
commit
6223fe93c8
@ -39,7 +39,7 @@ from syrupy.assertion import SnapshotAssertion
|
||||
from homeassistant import block_async_io
|
||||
from homeassistant.exceptions import ServiceNotFound
|
||||
|
||||
# Setup patching if dt_util time functions before any other Home Assistant imports
|
||||
# Setup patching of dt_util time functions before any other Home Assistant imports
|
||||
from . import patch_time # noqa: F401, isort:skip
|
||||
|
||||
from homeassistant import core as ha, loader, runner
|
||||
|
Loading…
x
Reference in New Issue
Block a user