Silence pylint

This commit is contained in:
Ian McEwen committed 2024-09-28 18:37:05 -07:00
1 parent 27729995d2
commit 81db38956b
1 file changed
+1 -1
+1 -1
View File
@@ -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: