Skip to content

Commit

Permalink
fix decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
ejkaplan committed Jun 23, 2024
1 parent 7e5dd25 commit b052d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkplot/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _batch_drawings(
return batch


@UNITS.wraps(None, (None, "inch", "inch", None), False)
@UNITS.wraps(None, (None, "inch", "inch", None, None), False)
def render(
drawings: list[shapely.MultiLineString],
width: float | pint.Quantity,
Expand Down

0 comments on commit b052d4c

Please sign in to comment.