mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix typo in conftest.py (#122583)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user