From ba9693519b8a3931c24894b0c9ae0b474cbef319 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 11 Jan 2025 13:49:21 +0100 Subject: [PATCH] Remove mathutils import from shape_builder.py --- src/ifcopenshell-python/ifcopenshell/util/shape_builder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/shape_builder.py b/src/ifcopenshell-python/ifcopenshell/util/shape_builder.py index a2595c783b..c7dd729dd3 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/shape_builder.py +++ b/src/ifcopenshell-python/ifcopenshell/util/shape_builder.py @@ -30,7 +30,6 @@ import ifcopenshell.util.unit from math import cos, sin, pi, tan, radians, degrees, atan, sqrt from typing import Union, Optional, Literal, Any, Sequence, TYPE_CHECKING from itertools import chain -from mathutils import Vector PRECISION = 1.0e-5