Fix typo in conftest.py (#122583)
This commit is contained in:
parent
7348a1fd0c
commit
6223fe93c8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ from syrupy.assertion import SnapshotAssertion
|
||||||
from homeassistant import block_async_io
|
from homeassistant import block_async_io
|
||||||
from homeassistant.exceptions import ServiceNotFound
|
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 . import patch_time # noqa: F401, isort:skip
|
||||||
|
|
||||||
from homeassistant import core as ha, loader, runner
|
from homeassistant import core as ha, loader, runner
|
||||||
|
|
Loading…
Add table
Reference in a new issue