mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Silence pylint
This commit is contained in:
1 parent
27729995d2
commit
81db38956b
1 file changed
+1
-1
@@ -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:
|
||||
|
||||
Reference in new issue
Block a user