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 251a3b1ff5
commit 0944d2f45c

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: