From cfa1df84c84e241ff4b9e810dadf7bc4748a8a81 Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Fri, 31 Oct 2025 07:25:14 -0500 Subject: [PATCH] black . --- src/ifc5d/ifc5d/qto.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifc5d/ifc5d/qto.py b/src/ifc5d/ifc5d/qto.py index 6d86f4c6f7..deb14f0a22 100644 --- a/src/ifc5d/ifc5d/qto.py +++ b/src/ifc5d/ifc5d/qto.py @@ -124,8 +124,6 @@ def quantify(ifc_file: ifcopenshell.file, elements: set[ifcopenshell.entity_inst if filtered_elements: calculator.calculate(ifc_file, filtered_elements, qtos, results) - - return results