Skip to content

Commit a0f9500

Browse files
committed
reformated
1 parent 1b82527 commit a0f9500

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

stl2step/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def sort_edges(edges_merged):
179179
all_polygons[e] if e >= 0 else all_polygons[-e][::-1] for e in poly_res
180180
]
181181

182-
183182
all_poly_coord = [[pnts[f] for f in e] for e in all_poly_correct]
184183

185184
wire = []

0 commit comments

Comments
 (0)