Arch: linting multiple imports on one line (#9281)
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
#* *
|
||||
#***************************************************************************
|
||||
|
||||
import FreeCAD, Part, math
|
||||
import math
|
||||
|
||||
import FreeCAD
|
||||
import Part
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
from PySide import QtCore, QtGui
|
||||
|
||||
Reference in New Issue
Block a user