diff --git a/tests/conftest.py b/tests/conftest.py index 935ceffa108..bc139255e66 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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