mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-08 16:34:28 +02:00
Removed unused import
This commit is contained in:
parent
0b4a7a3c72
commit
1722a3e346
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from datetime import timedelta
|
|||
from homeassistant.components.device_tracker.config_entry import ScannerEntity
|
||||
from homeassistant.components.device_tracker.const import SOURCE_TYPE_ROUTER
|
||||
from homeassistant.const import STATE_NOT_HOME
|
||||
from homeassistant.util.dt import get_age, utcnow
|
||||
from homeassistant.util.dt import utcnow
|
||||
from .helper import format_attribute
|
||||
from .const import (
|
||||
CONF_TRACK_HOSTS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue