We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b62c7b commit b573433Copy full SHA for b573433
src/sectionproperties/pre/geometry.py
@@ -2819,8 +2819,8 @@ def extract_shared_paths(
2819
"""
2820
acc = []
2821
2822
- for geom_col in arr_of_geom_coll:
2823
- for mls in geom_col.geoms:
+ for geom_col in arr_of_geom_coll: # type: ignore
+ for mls in geom_col.geoms: # type: ignore
2824
if mls.is_empty:
2825
continue
2826
0 commit comments