mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 09:24:31 +02:00
api cleanup
This commit is contained in:
parent
7d1915b566
commit
5408d60bbd
1 changed files with 0 additions and 3 deletions
|
@ -4,16 +4,13 @@ import logging
|
||||||
import ssl
|
import ssl
|
||||||
from time import time
|
from time import time
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
|
|
||||||
from voluptuous import Optional
|
from voluptuous import Optional
|
||||||
|
|
||||||
from .const import (
|
from .const import (
|
||||||
DEFAULT_LOGIN_METHOD,
|
DEFAULT_LOGIN_METHOD,
|
||||||
DEFAULT_ENCODING,
|
DEFAULT_ENCODING,
|
||||||
)
|
)
|
||||||
|
|
||||||
import librouteros
|
import librouteros
|
||||||
from socket import error as socket_error, timeout as socket_timeout
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue