mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-21 04:32:23 +00:00
Fix Ruff UP035 (also deprecated annotation symbols)
This commit is contained in:
@@ -31,7 +31,8 @@ import ifcopenshell.util.representation
|
||||
import ifcopenshell.util.type
|
||||
import multiprocessing
|
||||
from collections import defaultdict
|
||||
from typing import Any, Literal, get_args, Union, Iterable, NamedTuple
|
||||
from typing import Any, Literal, get_args, Union, NamedTuple
|
||||
from collections.abc import Iterable
|
||||
|
||||
|
||||
class Function(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user