mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Update typing - collections.abc (1) (#63933)
* Update typing - collections.abc (1) * Additional typing updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user