From 9dab76bb648c25211b0fce5da42a2606b7aff59c Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 5 Jun 2024 18:56:19 -0700 Subject: [PATCH] quell pylint --- meshtastic/mesh_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 27e0a04..b43d42e 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -42,7 +42,7 @@ from meshtastic.util import ( ) -class MeshInterface: +class MeshInterface: # pylint: disable=R0902 """Interface class for meshtastic devices Properties: