Skip to content

Commit

Permalink
FEM: delete not needed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 16, 2020
1 parent 3d8c040 commit a8bf9bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Mod/Fem/femsolver/calculix/tasks.py
Expand Up @@ -40,9 +40,6 @@
from .. import settings
from . import writer

if FreeCAD.GuiUp:
from PySide import QtGui


_inputFileName = None

Expand Down
3 changes: 0 additions & 3 deletions src/Mod/Fem/femsolver/z88/tasks.py
Expand Up @@ -38,9 +38,6 @@
from .. import settings
from . import writer

if FreeCAD.GuiUp:
from PySide import QtGui


class Check(run.Check):

Expand Down

0 comments on commit a8bf9bb

Please sign in to comment.