Skip to content

Commit

Permalink
function 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 0e9af93 commit 016d6d1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyomo/contrib/incidence_analysis/scc_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ def generate_strongly_connected_components(


def solve_strongly_connected_components(
block,
*,
solver=None,
solve_kwds=None,
use_calc_var=True,
calc_var_kwds=None,
block, *, solver=None, solve_kwds=None, use_calc_var=True, calc_var_kwds=None
):
"""Solve a square system of variables and equality constraints by
solving strongly connected components individually.
Expand Down

0 comments on commit 016d6d1

Please sign in to comment.