mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix callable import (#110003)
This commit is contained in:
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…
x
Reference in New Issue
Block a user