mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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(
|
def _remove_listener(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
listeners_key: str,
|
listeners_key: str,
|
||||||
keys: list[str],
|
keys: Iterable[str],
|
||||||
job: HassJob[[Event], Any],
|
job: HassJob[[Event], Any],
|
||||||
callbacks: dict[str, list[HassJob[[Event], Any]]],
|
callbacks: dict[str, list[HassJob[[Event], Any]]],
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user