Arch: removes unused imports

Removes unused imports as reported by LGTM.

There are exceptions: `import Arch_rc` is shown as an alert, but has side effects.  It's not clear what the best thing to do in those cases is, so I've left them for now.
This commit is contained in:
Alex Young
2021-02-14 16:27:06 +00:00
parent e83ee7400c
commit 80dbfd5814
28 changed files with 21 additions and 47 deletions

View File

@@ -30,7 +30,6 @@ import tempfile
import os
if FreeCAD.GuiUp:
import FreeCADGui
from PySide import QtCore, QtGui
from DraftTools import translate
from PySide.QtCore import QT_TRANSLATE_NOOP
else: