Update typing - collections.abc (1) (#63933)

* Update typing - collections.abc (1)

* Additional typing updates
This commit is contained in:
Marc Mueller
2022-01-12 07:56:35 +01:00
committed by GitHub
parent 789c0a24dd
commit 12757a8cd2
14 changed files with 38 additions and 23 deletions

View File

@@ -2,8 +2,9 @@
from __future__ import annotations
import asyncio
from collections.abc import Callable
import functools
from typing import Callable, TypeVar, cast
from typing import TypeVar, cast
from homeassistant.core import HomeAssistant
from homeassistant.loader import bind_hass