Black fix

This commit is contained in:
Adam Urbańczyk
2021-03-28 12:22:33 +02:00
committed by GitHub
parent c72f0838e0
commit 58a61812c6

View File

@ -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"
)