Skip to content

Commit a70162e

Browse files
committed
NFC: apply black
1 parent fb62b30 commit a70162e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: pyomo/repn/linear.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,7 @@ def _before_linear(visitor, child):
696696
if arg2.fixed:
697697
const += arg1 * visitor.check_constant(arg2.value, arg2)
698698
continue
699-
LinearBeforeChildDispatcher._record_var(
700-
visitor, arg2
701-
)
699+
LinearBeforeChildDispatcher._record_var(visitor, arg2)
702700
linear[_id] = arg1
703701
elif _id in linear:
704702
linear[_id] += arg1

0 commit comments

Comments
 (0)