From daeed6efaf6c9fe9b7c39c7d1140ffda70c9a98a Mon Sep 17 00:00:00 2001 From: David L Woodruff Date: Fri, 29 Mar 2024 19:43:51 -0700 Subject: [PATCH] run black again --- pyomo/contrib/iis/tests/test_mis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyomo/contrib/iis/tests/test_mis.py b/pyomo/contrib/iis/tests/test_mis.py index e4535e021b3..4ec232a80a3 100644 --- a/pyomo/contrib/iis/tests/test_mis.py +++ b/pyomo/contrib/iis/tests/test_mis.py @@ -90,7 +90,7 @@ def _test_mis(solver_name): mis.compute_infeasibility_explanation(m, opt, logger=logger) _check_output(file_name) - + else: # not windows with TempfileManager.new_context() as tmpmgr: tmp_path = tmpmgr.mkdtemp()