Arch: linting multiple imports on one line (#9281)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user