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.api.alignment
from ifcopenshell import entity_instance
from typing import Sequence
from collections.abc import Sequence
def __get_curve_segment_count(segment: entity_instance) -> int: