improve typing

This commit is contained in:
Laurent Perron
2023-11-07 14:07:43 +01:00
parent 037a0a8f3e
commit f7f79cd404

View File

@@ -615,7 +615,7 @@ class BoundedLinearExpression(_BoundedLinearExpr):
def _add_enforced_linear_constraint(
self,
helper: mbh.ModelBuilderHelper,
var: "Variable",
var: Variable,
value: bool,
name: Optional[str],
) -> "EnforcedLinearConstraint":