From b35ef2f1010d2be522e2bdf681893b8b7898fc49 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 31 Oct 2024 15:51:08 +0500 Subject: [PATCH] black . --- src/ifcopenshell-python/ifcopenshell/util/unit.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/unit.py b/src/ifcopenshell-python/ifcopenshell/util/unit.py index 0b341b0f37..5725083139 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/unit.py +++ b/src/ifcopenshell-python/ifcopenshell/util/unit.py @@ -741,9 +741,7 @@ def is_attr_type( return select_item if hasattr(cur_decl, "declared_type"): - return is_attr_type( - cur_decl.declared_type(), ifc_unit_type_name, include_select_types - ) + return is_attr_type(cur_decl.declared_type(), ifc_unit_type_name, include_select_types) if isinstance(cur_decl, ifcopenshell_wrapper.aggregation_type): # support aggregate of aggregates, as in IfcCartesianPointList3D.CoordList