From 81db38956b44aa6986f7185a7c35feed43b5cc5d Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sat, 28 Sep 2024 18:37:05 -0700 Subject: [PATCH] Silence 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 b4d2a53..a70a0db 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -396,7 +396,7 @@ class MeshInterface: # pylint: disable=R0902 hopLimit: Optional[int]=None, pkiEncrypted: Optional[bool]=False, publicKey: Optional[bytes]=None, - ): + ): # pylint: disable=R0913 """Send a data packet to some other node Keyword Arguments: