Add linters.

This commit is contained in:
Jakub Gocławski 2024-05-28 15:35:00 +02:00
parent bd2aaa7559
commit e1a2eabc08
No known key found for this signature in database
GPG key ID: DB23479BBC13E2A3
22 changed files with 82 additions and 54 deletions

View file

@ -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):