mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 19:54:07 +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 [
|
||||
|
||||
Reference in New Issue
Block a user