pylint appeasement

This commit is contained in:
Ian McEwen
2026-06-14 19:06:45 -07:00
parent 1cffae6add
commit 8c84074c1d

View File

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