Skip to content

Commit 2fce9d7

Browse files
committed
updated type annotation to try and satisfy mypy
1 parent d94a47e commit 2fce9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sectionproperties/pre/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2786,7 +2786,7 @@ def build_geometry_network(lop: list[Polygon]) -> dict[int, set[int]]:
27862786

27872787

27882788
def extract_shared_paths(
2789-
arr_of_geom_coll: npt.ArrayLike[GeometryCollection],
2789+
arr_of_geom_coll: npt.ArrayLike,
27902790
) -> list[LineString]:
27912791
acc = []
27922792
for geom_col in arr_of_geom_coll:

0 commit comments

Comments
 (0)