Arch: linting multiple imports on one line (#9281)
This commit is contained in:
@@ -21,9 +21,13 @@
|
||||
|
||||
"""FreeCAD JSON exporter"""
|
||||
|
||||
import FreeCAD, Mesh, Draft, Part
|
||||
import json
|
||||
|
||||
import FreeCAD
|
||||
import Draft
|
||||
import Mesh
|
||||
import Part
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
from draftutils.translate import translate
|
||||
|
||||
Reference in New Issue
Block a user