Skip to content

Commit

Permalink
Fix callable import (#110003)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Feb 8, 2024
1 parent 9f50153 commit b329397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/renson/button.py
@@ -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 (
Expand Down

0 comments on commit b329397

Please sign in to comment.