pylint appeasement

This commit is contained in:
Ian McEwen committed 2026-06-14 19:06:45 -07:00
1 parent 1cffae6add
commit 8c84074c1d
1 file changed
+1 -2
+1 -2
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