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
+1
View File
@@ -23,6 +23,7 @@ import pytest
import functools
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.guid
import ifctester
import test_facet
import test_ids
+1
View File
@@ -20,6 +20,7 @@
import uuid
import ifcopenshell
import ifcopenshell.api
import ifcopenshell.guid
import ifctester.facet
from ifctester.facet import Entity, Attribute, Classification, Property, PartOf, Material, Restriction
+1
View File
@@ -22,6 +22,7 @@ import time
import ifctester
import ifctester.reporter
import ifcopenshell
import ifcopenshell.guid
from flask import Flask, request, send_from_directory
app = Flask(__name__)