Import Generator from collections.abc (1) (#120914)
This commit is contained in:
parent
aa5ebaf613
commit
ca55986057
44 changed files with 62 additions and 76 deletions
|
@ -3,7 +3,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from collections.abc import Callable, Mapping, Sequence
|
||||
from collections.abc import AsyncGenerator, Callable, Mapping, Sequence
|
||||
from contextlib import asynccontextmanager
|
||||
from contextvars import ContextVar
|
||||
from copy import copy
|
||||
|
@ -16,7 +16,6 @@ from types import MappingProxyType
|
|||
from typing import Any, Literal, TypedDict, cast
|
||||
|
||||
import async_interrupt
|
||||
from typing_extensions import AsyncGenerator
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant import exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue