From 5572991a7c8df5219432a72b7f54a5bddc79ba6b Mon Sep 17 00:00:00 2001 From: Blender Defender Date: Tue, 30 Jul 2024 12:41:52 +0200 Subject: [PATCH] style: Run black on `geom/occ_utils.py` --- src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py index d8ba66d093..f2c7dd8f11 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py @@ -41,6 +41,7 @@ except ImportError: class shape_tuple(NamedTuple): """A tuple containing IfcOpenShell serialized element/shape and pythonOCC shape.""" + data: Union[ifcopenshell_wrapper.SerializedElement, ifcopenshell_wrapper.Serialization] geometry: TopoDS.TopoDS_Shape styles: tuple[tuple[float, float, float, float], ...]