mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix event typing (#93859)
This commit is contained in:
parent
f7b15dbf84
commit
c72477811e
@ -316,7 +316,7 @@ def _remove_empty_listener() -> None:
|
||||
def _remove_listener(
|
||||
hass: HomeAssistant,
|
||||
listeners_key: str,
|
||||
keys: list[str],
|
||||
keys: Iterable[str],
|
||||
job: HassJob[[Event], Any],
|
||||
callbacks: dict[str, list[HassJob[[Event], Any]]],
|
||||
) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user