mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Import Callable from collections.abc (1) (#56775)
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
from collections.abc import Iterable
|
||||
from collections.abc import Callable, Iterable
|
||||
from datetime import timedelta
|
||||
from itertools import chain
|
||||
import logging
|
||||
from types import ModuleType
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
|
||||
Reference in New Issue
Block a user