mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Fix lint error
This commit is contained in:
parent
3c0c71212b
commit
accc48a49e
@ -2607,8 +2607,7 @@ class ServiceRegistry:
|
||||
|
||||
This method must be run in the event loop.
|
||||
"""
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from .helpers import config_validation as cv
|
||||
from .helpers import config_validation as cv # noqa: PLC0415
|
||||
|
||||
cv.raise_on_templated_service(domain, service, schema)
|
||||
domain = domain.lower()
|
||||
|
Loading…
x
Reference in New Issue
Block a user