mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Sort imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
for i in range(3):
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
latitudes = [
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import itertools
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
for pty, ety in itertools.product(("GRILLE", "USERDEFINED"), (None, "Something")):
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import itertools
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
defaults = {"Girth": 1.0, "WallThickness": 0.11}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
names = [("Same", "Same"), ("Different", "SomethingElse")]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
for i, nm in enumerate(("no-mls", "mls", "mlsu")):
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import itertools
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import time
|
||||
|
||||
import ifcopenshell
|
||||
|
||||
for ents in [
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.api.owner
|
||||
from pathlib import Path
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api.owner
|
||||
import ifcopenshell.api.root
|
||||
|
||||
guid1 = "3pdqyORIn8KBHZAhhtJ72T"
|
||||
guid2 = "1sEzC8v31DshmvW5t5P631"
|
||||
|
||||
Reference in New Issue
Block a user