mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
bonsai - sort imports
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import sys
|
||||
import ifcopenshell
|
||||
import ifcopenshell.util.element
|
||||
import ifcopenshell.geom
|
||||
import multiprocessing
|
||||
import sys
|
||||
from typing import NamedTuple
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.geom
|
||||
import ifcopenshell.ifcopenshell_wrapper as W
|
||||
import ifcopenshell.util.element
|
||||
|
||||
# W.turn_on_detailed_logging()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user