Fix Ruff UP037 (quoted-annotation)

https://docs.astral.sh/ruff/rules/quoted-annotation/
This commit is contained in:
Andrej
2025-05-28 15:03:40 +05:00
parent 3b9d6ed145
commit a42a95adcb
10 changed files with 20 additions and 20 deletions
@@ -365,7 +365,7 @@ class tree(ifcopenshell_wrapper.tree):
def select(
self,
value: Union[
entity_instance, ifcopenshell_wrapper.BRepElement, tuple[float, float, float], "TopoDS.TopoDS_Shape"
entity_instance, ifcopenshell_wrapper.BRepElement, tuple[float, float, float], TopoDS.TopoDS_Shape
],
**kwargs,
) -> list[entity_instance]: