From 829ec80e6754381929f86552c5d8948379e04f15 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Tue, 24 Oct 2023 12:50:29 +0100 Subject: [PATCH] Fix linting after rebase. --- tests/tests_integration/test_configs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tests_integration/test_configs.py b/tests/tests_integration/test_configs.py index a17a86c5..276e4132 100644 --- a/tests/tests_integration/test_configs.py +++ b/tests/tests_integration/test_configs.py @@ -323,9 +323,7 @@ def test_supplied_config_file_bad_types(self, project, tmp_path): f"Config file was not updated." ) - def test_supplied_config_file_changes_wrong_order( - self, project, tmp_path - ): + def test_supplied_config_file_changes_wrong_order(self, project, tmp_path): """ Test the situation when a config file is passed with variables in the wrong order.