Import Callable from collections.abc (1) (#56775)
This commit is contained in:
parent
d51487f82a
commit
77ee72cbb9
36 changed files with 73 additions and 58 deletions
|
@ -1,10 +1,11 @@
|
|||
"""Deprecation helpers for Home Assistant."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
import functools
|
||||
import inspect
|
||||
import logging
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
|
||||
from ..helpers.frame import MissingIntegrationFrame, get_integration_frame
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue