FEM: code formating, flake8 and delete not used imports
This commit is contained in:
parent
a3427c7dbe
commit
f562b3d945
|
@ -53,4 +53,4 @@ class _CommandClearMesh(FemCommands):
|
|||
|
||||
FreeCADGui.Selection.clearSelection()
|
||||
|
||||
FreeCADGui.addCommand('Fem_ClearMesh',_CommandClearMesh())
|
||||
FreeCADGui.addCommand('Fem_ClearMesh', _CommandClearMesh())
|
||||
|
|
|
@ -31,7 +31,6 @@ import FreeCAD
|
|||
from FemCommands import FemCommands
|
||||
import FreeCADGui
|
||||
from PySide import QtCore
|
||||
from PySide import QtGui
|
||||
|
||||
|
||||
class _CommandPrintMeshInfo(FemCommands):
|
||||
|
@ -56,4 +55,4 @@ class _CommandPrintMeshInfo(FemCommands):
|
|||
|
||||
FreeCADGui.Selection.clearSelection()
|
||||
|
||||
FreeCADGui.addCommand('Fem_PrintMeshInfo',_CommandPrintMeshInfo())
|
||||
FreeCADGui.addCommand('Fem_PrintMeshInfo', _CommandPrintMeshInfo())
|
||||
|
|
Loading…
Reference in New Issue
Block a user