fix many implicit ifcopenshell.guid imports

a bit related to 10d30b0de
This commit is contained in:
Andrej730
2024-05-08 17:21:00 +05:00
parent 37c0084874
commit cbf04546b8
76 changed files with 78 additions and 1 deletions
@@ -20,6 +20,7 @@ import numpy
import pytest
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
import ifcopenshell.util.placement
@@ -18,6 +18,7 @@
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
class TestRemoveOrganisation(test.bootstrap.IFC4):
@@ -18,6 +18,7 @@
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
class TestRemovePerson(test.bootstrap.IFC4):
@@ -18,6 +18,7 @@
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
class TestRemovePersonAndOrganisation(test.bootstrap.IFC4):
@@ -19,6 +19,7 @@
import operator
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
class TestEditPset(test.bootstrap.IFC4):
@@ -18,6 +18,7 @@
import test.bootstrap
import ifcopenshell.api
import ifcopenshell.guid
class TestRemoveProduct(test.bootstrap.IFC4):