From 8679d008ba8b7bf83ef230b3a2b45241b2c7c162 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Mon, 29 Jan 2024 16:25:36 +0100 Subject: [PATCH] Apply `ruff format` to 1 file --- ixmp/tests/test_model.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ixmp/tests/test_model.py b/ixmp/tests/test_model.py index 58751f1f6..d9fd14ba2 100644 --- a/ixmp/tests/test_model.py +++ b/ixmp/tests/test_model.py @@ -155,8 +155,6 @@ def test_error_message(self, test_data_path, test_mp): For details, see the terminal output above, plus: Listing : {} Log file : {} -Input data: {}""".format( - *paths - ), +Input data: {}""".format(*paths), ): s.solve(model_file=test_data_path / "_abort.gms", use_temp_dir=False)