mirror of
https://github.com/socialwifi/RouterOS-api.git
synced 2025-08-31 23:20:05 +02:00
Add linters.
This commit is contained in:
parent
bd2aaa7559
commit
e1a2eabc08
22 changed files with 82 additions and 54 deletions
|
@ -5,8 +5,9 @@ try:
|
|||
except ImportError:
|
||||
import mock
|
||||
|
||||
from routeros_api import exceptions
|
||||
from routeros_api import api_communicator
|
||||
from routeros_api import exceptions
|
||||
|
||||
|
||||
class TestCommunicator(TestCase):
|
||||
def test_login_call(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue