added Callable definition

This commit is contained in:
Tomaae 2023-09-12 11:13:53 +02:00
parent 380884d60a
commit 4abf5b210d
No known key found for this signature in database
GPG key ID: 2F97770867DAA4E6

View file

@ -4,7 +4,7 @@ from __future__ import annotations
from logging import getLogger
from collections.abc import Mapping
from datetime import timedelta
from typing import Any
from typing import Any, Callable
from homeassistant.components.device_tracker.config_entry import ScannerEntity
from homeassistant.config_entries import ConfigEntry