FEM: flake8, lgtm, try to get them both quiet

This commit is contained in:
Bernd Hahnebach
2019-06-27 13:22:14 +02:00
parent e5ba35735b
commit 274c803452

View File

@@ -32,7 +32,7 @@ import FreeCAD
import FreeCADGui
import FemGui # needed to display the icons in TreeView
False if False else FemGui.__name__ # flake8, dummy FemGui usage, returns 'FemGui'
False if FemGui.__name__ else True # flake8, dummy FemGui usage
class _ViewProviderFemConstraintSelfWeight: