mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 18:25:41 -05:00
Fix callable import (#110003)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user