Skip to content

Commit 60916f5

Browse files
committed
Apply black
1 parent d234c37 commit 60916f5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyomo/contrib/solver/tests/unit/test_util.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
TerminationCondition as LegacyTerminationCondition,
1818
)
1919
from pyomo.opt.results import SolverResults as LegacySolverResults
20-
from pyomo.contrib.solver.common.results import (
21-
Results,
22-
SolutionStatus,
23-
TerminationCondition,
24-
)
20+
from pyomo.contrib.solver.common.results import Results, SolutionStatus
2521
from typing import Callable
2622
from pyomo.common.gsl import find_GSL
2723

0 commit comments

Comments
 (0)