From 485cddc1805e9af0815b968c8ae226e3a524580c Mon Sep 17 00:00:00 2001 From: "David L. Woodruff" Date: Mon, 18 Mar 2024 12:39:32 -0700 Subject: [PATCH] run black on test_mis.py --- 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 39ad9615e3a..adf44a189af 100644 --- a/pyomo/contrib/iis/tests/test_mis.py +++ b/pyomo/contrib/iis/tests/test_mis.py @@ -93,7 +93,7 @@ def _test_mis(solver_name): _check_output(file_name) # logging.getLogger().removeHandler(logging.getLogger().handlers[0]) logger.removeHandler(logger.handlers[0]) - + TempfileManager.pop()