[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-11-25 10:16:21 +00:00
parent 643a62049b
commit 94e5f160b0

View File

@ -389,10 +389,7 @@ def solve_network(n, config, opts="", **kwargs):
if skip_iterations:
network_lopf(
n,
solver_name=solver_name,
solver_options=solver_options,
**kwargs
n, solver_name=solver_name, solver_options=solver_options, **kwargs
)
else:
ilopf(