mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix callable import (#110003)
This commit is contained in:
parent
9f50153c8b
commit
b329397288
@ -1,9 +1,9 @@
|
|||||||
"""Renson ventilation unit buttons."""
|
"""Renson ventilation unit buttons."""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from collections.abc import Callable
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
|
|
||||||
from _collections_abc import Callable
|
|
||||||
from renson_endura_delta.renson import RensonVentilation
|
from renson_endura_delta.renson import RensonVentilation
|
||||||
|
|
||||||
from homeassistant.components.button import (
|
from homeassistant.components.button import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user