Skip to content

Commit 490d959

Browse files
tabs spaces
1 parent da751bd commit 490d959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5824,7 +5824,7 @@ cdef class Model:
58245824
The created and added Constraint or MatrixConstraint.
58255825
"""
58265826
if not isinstance(cons, (ExprCons, MatrixExprCons)):
5827-
raise TypeError("given constraint is not MatrixExprCons nor ExprCons but %s" % cons.__class__.__name__)
5827+
raise TypeError("given constraint is not MatrixExprCons nor ExprCons but %s" % cons.__class__.__name__)
58285828

58295829
if isinstance(cons, ExprCons):
58305830
return self.addCons(cons, name=name, initial=initial, separate=separate,

0 commit comments

Comments
 (0)