Pylint fix (#51083)
This commit is contained in:
parent
023c094b01
commit
abd6f739e8
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ def verify_domain_control(
|
|||
class ReloadServiceHelper:
|
||||
"""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."""
|
||||
self._service_func = service_func
|
||||
self._service_running = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue