From 3b4d895b8dfd7941e4d725c346a8b7333b1a338f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:45:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/gitlab_script_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/gitlab_script_test.py b/tests/gitlab_script_test.py index 0274348..2cf95e4 100644 --- a/tests/gitlab_script_test.py +++ b/tests/gitlab_script_test.py @@ -25,7 +25,6 @@ def run_around_tests(): ), ) def test_large_import_files(test_file_path, extra_args, expected): - args = { "root-file": str( os.path.join("tests", "resources", "test_imports", test_file_path) @@ -50,7 +49,6 @@ def test_large_import_files(test_file_path, extra_args, expected): ), ) def test_valid_yaml_scripts(test_file_path, extra_args, expected): - args = { "root-file": str( os.path.join("tests", "resources", "valid_yaml", test_file_path)