Update typing - collections.abc (1) (#63933)
* Update typing - collections.abc (1) * Additional typing updates
This commit is contained in:
parent
789c0a24dd
commit
12757a8cd2
14 changed files with 38 additions and 23 deletions
|
@ -28,8 +28,9 @@ The following cases will never be passed to your function:
|
|||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from types import MappingProxyType
|
||||
from typing import Any, Callable, Optional, Union
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
from homeassistant.const import STATE_UNAVAILABLE, STATE_UNKNOWN
|
||||
from homeassistant.core import HomeAssistant, State, callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue