Silence pylint

This commit is contained in:
Ian McEwen
2024-09-28 18:37:05 -07:00
parent 27729995d2
commit 81db38956b

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: