mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-13 19:04:30 +02:00
added Callable definition
This commit is contained in:
parent
380884d60a
commit
4abf5b210d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from __future__ import annotations
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
from collections.abc import Mapping
|
from collections.abc import Mapping
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from typing import Any
|
from typing import Any, Callable
|
||||||
|
|
||||||
from homeassistant.components.device_tracker.config_entry import ScannerEntity
|
from homeassistant.components.device_tracker.config_entry import ScannerEntity
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue