FEM: code formating, flake8

This commit is contained in:
Bernd Hahnebach
2018-01-13 12:53:41 +01:00
parent b7b80f87e3
commit 88e0ef131f
3 changed files with 2 additions and 8 deletions

View File

@@ -26,11 +26,6 @@ __author__ = "Markus Hovorka"
__url__ = "http://www.freecadweb.org"
import FreeCAD
if FreeCAD.GuiUp:
from pivy import coin
class Proxy(object):
BaseType = "Fem::ConstraintPython"