Skip to content

Commit

Permalink
run black again
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed Mar 30, 2024
1 parent 1629bd7 commit daeed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/contrib/iis/tests/test_mis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit daeed6e

Please sign in to comment.