Skip to content

Commit 4a5a5c6

Browse files
committed
cleanup
1 parent db51f51 commit 4a5a5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/compas/geometry/primitives/polyline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,12 @@ def divide_polyline_by_length(self, length, strict=True, tol=1e-06):
386386
division_pts.append(self.points[-1])
387387

388388
return division_pts
389+
390+
389391
# ==============================================================================
390392
# Main
391393
# ==============================================================================
392394

393-
394395
if __name__ == '__main__':
395396

396397
import doctest

0 commit comments

Comments
 (0)