style: Run black on geom/occ_utils.py

This commit is contained in:
Blender Defender
2024-07-30 12:41:52 +02:00
committed by Dion Moult
parent 653b9288c0
commit 5572991a7c
@@ -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], ...]