Arch: linting multiple imports on one line (#9281)

This commit is contained in:
luzpaz
2023-04-18 10:23:44 -04:00
committed by GitHub
parent ed343317d4
commit e7ced1f7cb
33 changed files with 200 additions and 64 deletions

View File

@@ -19,9 +19,11 @@
#* *
#***************************************************************************
import FreeCAD, DraftGeomUtils
import FreeCAD
import DraftGeomUtils
if FreeCAD.GuiUp:
import FreeCADGui, Draft
import FreeCADGui
import Draft
from PySide import QtCore, QtGui
from draftutils.translate import translate
from pivy import coin