From dafec700974be87a30cd0bfdce000864ac17f32e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 8 Aug 2024 18:13:28 +0500 Subject: [PATCH] black format --- src/ifc5d/ifc5d/qto.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ifc5d/ifc5d/qto.py b/src/ifc5d/ifc5d/qto.py index adbe09cb20..3f41bf5130 100644 --- a/src/ifc5d/ifc5d/qto.py +++ b/src/ifc5d/ifc5d/qto.py @@ -107,7 +107,9 @@ class IfcOpenShell: "Footprint Perimeter", "The perimeter if the object's faces were projected along the Z-axis and seen top down", ), - "get_segment_length": Function("IfcLengthMeasure", "Segment Length", "Intelligently guesses the length of flow segments"), + "get_segment_length": Function( + "IfcLengthMeasure", "Segment Length", "Intelligently guesses the length of flow segments" + ), # IfcAreaMeasure "get_area": Function("IfcAreaMeasure", "Area", "The total surface area of the element"), "get_footprint_area": Function(