Skip to content

Commit

Permalink
removed incorrect arg
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 10, 2024
1 parent 9b57d3b commit 077d774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/paramak/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def create_wire_workplane_from_points(points, plane, origin=(0, 0, 0), obj=None)
result = create_wire_workplane_from_instructions(
instructions=instructions,
workplane=workplane,
plane=plane,
)

return result
Expand Down

0 comments on commit 077d774

Please sign in to comment.