Replace deprecated typing.Sequence (40f92d15c)

This commit is contained in:
Andrej730
2025-07-09 13:49:47 +05:00
parent 5a4ad69bf7
commit a8268e8323
6 changed files with 6 additions and 6 deletions
@@ -19,7 +19,7 @@
import ifcopenshell
import ifcopenshell.util
from ifcopenshell import entity_instance
from typing import Sequence
from collections.abc import Sequence
import ifcopenshell.util.element