Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Aug 27, 2024
1 parent 23c5ce0 commit 9c05bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_load_contents.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the loadContents feature."""

import json
from pathlib import Path

Expand All @@ -10,7 +11,8 @@
def test_load_contents_file_array(tmp_path: Path) -> None:
"""Ensures that a File[] input with loadContents loads each file."""
params = [
"--outdir", str(tmp_path),
"--outdir",
str(tmp_path),
get_data("tests/load_contents-array.cwl"),
"tests/load_contents-array.yml",
]
Expand Down

0 comments on commit 9c05bb7

Please sign in to comment.