Skip to content

Commit 14cbdc4

Browse files
Black fix
1 parent a252c2a commit 14cbdc4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cadquery/assembly.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,7 @@ def constrain(
300300

301301
@overload
302302
def constrain(
303-
self,
304-
id1: str,
305-
s1: Shape,
306-
kind: ConstraintKind,
307-
param: Any = None,
303+
self, id1: str, s1: Shape, kind: ConstraintKind, param: Any = None,
308304
) -> "Assembly":
309305
...
310306

0 commit comments

Comments
 (0)