mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Pylint fix (#51083)
This commit is contained in:
parent
023c094b01
commit
abd6f739e8
@ -788,7 +788,7 @@ def verify_domain_control(
|
|||||||
class ReloadServiceHelper:
|
class ReloadServiceHelper:
|
||||||
"""Helper for reload services to minimize unnecessary reloads."""
|
"""Helper for reload services to minimize unnecessary reloads."""
|
||||||
|
|
||||||
def __init__(self, service_func: Callable[[ServiceCall], Awaitable]):
|
def __init__(self, service_func: Callable[[ServiceCall], Awaitable]) -> None:
|
||||||
"""Initialize ReloadServiceHelper."""
|
"""Initialize ReloadServiceHelper."""
|
||||||
self._service_func = service_func
|
self._service_func = service_func
|
||||||
self._service_running = False
|
self._service_running = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user