Black fix

This commit is contained in:
Adam Urbańczyk
2021-01-19 08:54:42 +01:00
committed by GitHub
parent ccc1983c86
commit 48d7800271

View File

@ -404,7 +404,7 @@ class Assembly(object):
# check if any constraints were specified
if not constraints:
raise ValueError("At least one constraint required")
# instantiate the solver
solver = ConstraintSolver(locs, constraints, locked=[lock_ix])