mirror of
https://github.com/meshtastic/python.git
synced 2026-09-21 19:25:39 -04:00
pylint appeasement
This commit is contained in:
1 file changed
+1
-2
@@ -3,12 +3,11 @@
|
||||
|
||||
import logging
|
||||
import re
|
||||
import base64
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
import base64
|
||||
|
||||
from ..protobuf import admin_pb2, localonly_pb2, config_pb2, mesh_pb2
|
||||
from ..protobuf.channel_pb2 import Channel # pylint: disable=E0611
|
||||
from ..node import Node
|
||||
|
||||
Reference in new issue
Block a user