Skip to content

Commit 9d1b91d

Browse files
committed
NFC: apply black
1 parent 2e21053 commit 9d1b91d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,13 @@ def test_context_manager(self):
178178

179179
class TestLegacySolverWrapper(unittest.TestCase):
180180
def test_class_method_list(self):
181-
expected_list = ['available', 'config_block', 'license_is_valid', 'set_options', 'solve']
181+
expected_list = [
182+
'available',
183+
'config_block',
184+
'license_is_valid',
185+
'set_options',
186+
'solve',
187+
]
182188
method_list = [
183189
method
184190
for method in dir(base.LegacySolverWrapper)

0 commit comments

Comments
 (0)