Skip to content

Commit

Permalink
method args on single line
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Mar 12, 2024
1 parent 38c78a3 commit f32bd2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyomo/core/expr/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,11 +1389,7 @@ def visit(self, node):


class _StreamVariableVisitor(StreamBasedExpressionVisitor):
def __init__(
self,
include_fixed=False,
descend_into_named_expressions=True,
):
def __init__(self, include_fixed=False, descend_into_named_expressions=True):
self._include_fixed = include_fixed
self._descend_into_named_expressions = descend_into_named_expressions
self.named_expressions = []
Expand Down

0 comments on commit f32bd2e

Please sign in to comment.