Black fix
This commit is contained in:
@ -221,4 +221,6 @@ def test_empty_solve(nested_assy):
|
||||
|
||||
def test_expression_grammar(nested_assy):
|
||||
|
||||
nested_assy.constrain("TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane")
|
||||
nested_assy.constrain(
|
||||
"TOP@faces@>Z", "SECOND/BOTTOM@vertices@>X and >Y and >Z", "Plane"
|
||||
)
|
||||
|
Reference in New Issue
Block a user