mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
ifcopenshell-python - clean up unused imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user