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,5 +1,7 @@
import pytest
import ifcopenshell
import ifcopenshell.guid
def test_global_id_updates():
g1, g2, g3 = (ifcopenshell.guid.new() for i in range(3))