Fix Ruff UP035 (also deprecated annotation symbols)

This commit is contained in:
Andrej
2025-06-09 10:21:22 +05:00
parent 7d4176d105
commit 02d359d0e6
96 changed files with 140 additions and 134 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ import ifcopenshell.util.selector
import ifcopenshell.util.element
import ifcopenshell.util.schema
from statistics import mean
from typing import Optional, Union, Literal, Iterable
from typing import Optional, Union, Literal
from collections.abc import Iterable
try:
from odf.namespaces import OFFICENS