Update typing - collections.abc (3) (#63947)
This commit is contained in:
parent
12757a8cd2
commit
d057850971
30 changed files with 42 additions and 33 deletions
|
@ -2,8 +2,9 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from collections.abc import Iterable
|
||||
import logging
|
||||
from typing import Any, Iterable
|
||||
from typing import Any
|
||||
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue