Skip to content

Commit

Permalink
FEM: flake8, lgtm, try to get them both quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 27, 2019
1 parent 251a3b1 commit 0944d2f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@
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:
Expand Down

0 comments on commit 0944d2f

Please sign in to comment.