Fix callable import (#110003)
parent
9f50153c8b
commit
b329397288
|
@ -1,9 +1,9 @@
|
|||
"""Renson ventilation unit buttons."""
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
from dataclasses import dataclass
|
||||
|
||||
from _collections_abc import Callable
|
||||
from renson_endura_delta.renson import RensonVentilation
|
||||
|
||||
from homeassistant.components.button import (
|
||||
|
|
Loading…
Reference in New Issue