mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-23 17:28:51 +02:00
cleanup imports
This commit is contained in:
parent
fa8b64625c
commit
21f795c0de
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import logging
|
||||
|
||||
from typing import Any, Dict, Optional
|
||||
from typing import Any, Optional
|
||||
from collections.abc import Mapping
|
||||
|
||||
from homeassistant.const import (
|
||||
|
@ -20,7 +20,6 @@ from .const import (
|
|||
)
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
|
||||
from .const import DOMAIN, DATA_CLIENT, ATTRIBUTION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue