Skip to content

Commit b740283

Browse files
committed
fix lint
1 parent 23c5ce0 commit b740283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_load_contents.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
def test_load_contents_file_array(tmp_path: Path) -> None:
1111
"""Ensures that a File[] input with loadContents loads each file."""
1212
params = [
13-
"--outdir", str(tmp_path),
13+
"--outdir",
14+
str(tmp_path),
1415
get_data("tests/load_contents-array.cwl"),
1516
"tests/load_contents-array.yml",
1617
]

0 commit comments

Comments
 (0)