mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
Sort imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api
|
||||
import ifcopenshell.api.aggregate
|
||||
import ifcopenshell.api.context
|
||||
import ifcopenshell.api.feature
|
||||
@@ -8,12 +9,9 @@ import ifcopenshell.api.spatial
|
||||
import ifcopenshell.api.type
|
||||
import ifcopenshell.api.unit
|
||||
import ifcopenshell.geom
|
||||
import ifcopenshell.api
|
||||
import ifcopenshell.util.representation
|
||||
import ifcopenshell.util.unit
|
||||
|
||||
import numpy as np
|
||||
|
||||
import propertygroups
|
||||
|
||||
O = 0.0, 0.0, 0.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
async def test_pset():
|
||||
import ifcopenshell.api.pset
|
||||
import ifcopenshell.api.material
|
||||
import ifcopenshell.api.pset
|
||||
|
||||
errors = []
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user