FreeCAD: master 484693c1

Author Committer Branch Timestamp Parent
luz paz berndhahnebach master 2020-10-08 21:37:07 master f9420c98
Changeset FEM: remove superfluous 'pass'

Fixes LGTM alert
Per the documentation:
```
A 'pass' statement is only necessary when it is the only statement in a block (the list of statements forming part of a compound statement). This is because the purpose of the 'pass' statement is to allow empty blocks where they would otherwise be syntactically invalid. If the block already contains other statements then the 'pass' statement is unnecessary.
```
mod - src/Mod/Fem/femobjects/constraint_sectionprint.py Diff File