From 077d7745f824238c40febeb7b5e8fd5b1d304233 Mon Sep 17 00:00:00 2001 From: shimwell Date: Thu, 10 Oct 2024 12:54:43 +0100 Subject: [PATCH] removed incorrect arg --- src/paramak/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/paramak/utils.py b/src/paramak/utils.py index f9be40fc..0ed4e230 100644 --- a/src/paramak/utils.py +++ b/src/paramak/utils.py @@ -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