mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-29 20:14:30 +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
|
||||
from time import time
|
||||
from threading import Lock
|
||||
|
||||
from voluptuous import Optional
|
||||
|
||||
from .const import (
|
||||
DEFAULT_LOGIN_METHOD,
|
||||
DEFAULT_ENCODING,
|
||||
)
|
||||
|
||||
import librouteros
|
||||
from socket import error as socket_error, timeout as socket_timeout
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue