Skip to content

Commit 29c21e2

Browse files
committed
Update body.py
remove unused argument
1 parent 86ea550 commit 29c21e2

File tree

1 file changed

+0
-1
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+0
-1
lines changed

src/ansys/geometry/core/designer/body.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,6 @@ def __generic_boolean_command(
16311631
self,
16321632
other: Union["Body", Iterable["Body"]],
16331633
keep_other: bool,
1634-
subtract_from_target: bool,
16351634
type_bool_op: str,
16361635
err_bool_op: str,
16371636
) -> None:

0 commit comments

Comments
 (0)