Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 20, 2023
1 parent fe7f75b commit 65f3fc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/gitlab_script_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 65f3fc1

Please sign in to comment.