mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-06 19:04:44 +02:00
separated mikrotik_controller
pylint cleanup
This commit is contained in:
parent
fbf1c112b3
commit
c24f49252a
6 changed files with 299 additions and 271 deletions
|
@ -1,8 +1,8 @@
|
|||
"""Mikrotik API for Mikrotik Router."""
|
||||
|
||||
import ssl
|
||||
import librouteros
|
||||
import logging
|
||||
import librouteros
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue