Skip to content

Commit c5e2109

Browse files
committed
Ran black
1 parent 003801f commit c5e2109

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyomo/contrib/solver/tests/solvers/test_solvers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ def param_as_standalone_func(cls, p, func, name):
8282
('scip_persistent', ScipPersistent),
8383
('gams', GAMS),
8484
('knitro_direct', KnitroDirectSolver),
85-
('multistart', MultiStart)
86-
85+
('multistart', MultiStart),
8786
]
8887
mip_solvers = [
8988
('gurobi_persistent', GurobiPersistent),

0 commit comments

Comments
 (0)