haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

added return type annotation to `remove_duplicate_vertices` #46

Closed jo-mueller closed 1 year ago

jo-mueller commented 1 year ago

This adds the return type annotation to the remove_duplicate_vertices function. Otherwise it works fine.

haesleinhuepf commented 1 year ago

Awesome, thanks!