mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-05 11:56:25 +00:00
Fix Ruff UP035 (also deprecated annotation symbols)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user