Removed unused import

This commit is contained in:
Tomaae 2022-08-18 09:30:11 +02:00
parent 0b4a7a3c72
commit 1722a3e346
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0

View file

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