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

This commit is contained in:
luzpaz
2023-04-18 16:23:44 +02:00
committed by GitHub
parent 8a762a8637
commit bc1f217664
33 changed files with 200 additions and 64 deletions
+4 -2
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