ifcopenshell-python - clean up unused imports

This commit is contained in:
Andrej730
2026-01-16 16:55:56 +05:00
parent 233ad63bca
commit dfc91e6639
156 changed files with 22 additions and 233 deletions
@@ -18,7 +18,6 @@
import numpy as np
import ifcopenshell
import ifcopenshell.geom
import ifcopenshell.util.shape
import test.bootstrap
@@ -5,7 +5,6 @@ import pytest
import ifcopenshell
import ifcopenshell.geom
from test.bootstrap import file
@pytest.mark.parametrize("file", ["geom/polygonal-face-tessellation.ifc"], indirect=True)
@@ -2,7 +2,6 @@ import os
import pytest
import ifcopenshell
from ifcopenshell.geom.stats import StatsCollector