Skip to content

Commit

Permalink
'lil fix on util wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ejkaplan committed Mar 4, 2024
1 parent 827598f commit 5b29a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkplot/shape_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def _delete_short_paths(
return geometry


@UNITS.wraps(None, (None, "inch", None, None, None, None), False)
@UNITS.wraps(None, (None, "inch", None, None, None, None, None), False)
def optimize(
geometry: shapely.Geometry,
tolerance: float = 0,
Expand Down

0 comments on commit 5b29a63

Please sign in to comment.