Skip to content

Commit 24bee01

Browse files
committed
black .
1 parent 7329c48 commit 24bee01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ifc5d/ifc5d/qto.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ class is mimicking the iterator interface but works for IfcTypeProducts."""
173173
element: Union[ifcopenshell.entity_instance, None] = None
174174
shape: Union[ifcopenshell.geom.ShapeType, None] = None
175175

176-
def __init__(self,
176+
def __init__(
177+
self,
177178
ifc_file: ifcopenshell.file,
178179
settings: ifcopenshell.geom.settings,
179180
elements: Iterable[ifcopenshell.entity_instance],
@@ -573,4 +574,4 @@ def calculate(cls, ifc_file, elements, qtos, results):
573574
calculators: dict[str, type[QtoCalculator]] = {
574575
"Blender": Blender,
575576
"IfcOpenShell": IfcOpenShell,
576-
}
577+
}

0 commit comments

Comments
 (0)