Fix lint error

This commit is contained in:
Erik 2025-06-27 20:55:18 +02:00
parent 3c0c71212b
commit accc48a49e

View File

@ -2607,8 +2607,7 @@ class ServiceRegistry:
This method must be run in the event loop. This method must be run in the event loop.
""" """
# pylint: disable-next=import-outside-toplevel from .helpers import config_validation as cv # noqa: PLC0415
from .helpers import config_validation as cv
cv.raise_on_templated_service(domain, service, schema) cv.raise_on_templated_service(domain, service, schema)
domain = domain.lower() domain = domain.lower()