Skip to content

Commit 58a6181

Browse files
Black fix
1 parent c72f083 commit 58a6181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_assembly.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,6 @@ def test_empty_solve(nested_assy):
221221

222222
def test_expression_grammar(nested_assy):
223223

224-
nested_assy.constrain("TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane")
224+
nested_assy.constrain(
225+
"TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane"
226+
)

0 commit comments

Comments
 (0)