style: format src/ifc5d/ifc5d/qto.py with Black

This commit is contained in:
Ryan Schultz
2025-10-31 09:59:43 -05:00
parent 215fac4458
commit 345dad1ab4
+2 -3
View File
@@ -173,8 +173,7 @@ class IteratorForTypes:
element: Union[ifcopenshell.entity_instance, None] = None
shape: Union[ifcopenshell.geom.ShapeType, None] = None
def __init__(
self,
def __init__(self,
ifc_file: ifcopenshell.file,
settings: ifcopenshell.geom.settings,
elements: Iterable[ifcopenshell.entity_instance],
@@ -574,4 +573,4 @@ class Blender(QtoCalculator):
calculators: dict[str, type[QtoCalculator]] = {
"Blender": Blender,
"IfcOpenShell": IfcOpenShell,
}
}