From 80c40ef893d723f5cf570738ddc1ae05d2ca7cd2 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Mon, 2 Mar 2026 10:22:21 -0700 Subject: [PATCH] yolo away some pylint complaints --- meshtastic/tests/test_node.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/tests/test_node.py b/meshtastic/tests/test_node.py index 05e896c..986c178 100644 --- a/meshtastic/tests/test_node.py +++ b/meshtastic/tests/test_node.py @@ -1,4 +1,5 @@ """Meshtastic unit tests for node.py""" +# pylint: disable=C0302 import logging import re