Fix callable import (#110003)

This commit is contained in:
Marc Mueller 2024-02-08 15:29:55 +01:00 committed by GitHub
parent 9f50153c8b
commit b329397288
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (