Fix typo in conftest.py (#122583)

This commit is contained in:
Erik Montnemery 2024-07-25 12:08:52 +02:00 committed by GitHub
parent 7348a1fd0c
commit 6223fe93c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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