Skip to content

Commit b573433

Browse files
Ignore mypy errors
1 parent 9b62c7b commit b573433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sectionproperties/pre/geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2819,8 +2819,8 @@ def extract_shared_paths(
28192819
"""
28202820
acc = []
28212821

2822-
for geom_col in arr_of_geom_coll:
2823-
for mls in geom_col.geoms:
2822+
for geom_col in arr_of_geom_coll: # type: ignore
2823+
for mls in geom_col.geoms: # type: ignore
28242824
if mls.is_empty:
28252825
continue
28262826

0 commit comments

Comments
 (0)