mirror of
https://github.com/meshtastic/python.git
synced 2026-05-18 21:35:07 -04:00
fix linter warnings
This commit is contained in:
@@ -214,7 +214,7 @@ class MeshInterface: # pylint: disable=R0902
|
||||
return infos
|
||||
|
||||
def showNodes(
|
||||
self, includeSelf: bool = True, file=sys.stdout
|
||||
self, includeSelf: bool = True
|
||||
) -> str: # pylint: disable=W0613
|
||||
"""Show table summary of nodes in mesh"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user