pyproject.toml - enableTypeIgnoreComments=false

This commit is contained in:
Andrej730
2025-05-16 18:12:33 +05:00
parent 4ea9a598c7
commit 68d967c2e5
8 changed files with 14 additions and 12 deletions
@@ -142,7 +142,7 @@ def get_representation(
:param target_view: A TargetView string, or any if left blank.
:return: The first IfcShapeRepresentation matching the criteria.
"""
for r in get_representations_iter(element): # type: ignore
for r in get_representations_iter(element):
if is_representation_of_context(r, context, subcontext, target_view):
return r