fix linter warnings

This commit is contained in:
Kevin Hester
2024-07-08 09:17:52 -07:00
parent eb45c16f89
commit 043530afca
3 changed files with 11 additions and 5 deletions

View File

@@ -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"""