Skip to content

Commit 9c05bb7

Browse files
committed
fix lint
1 parent 23c5ce0 commit 9c05bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_load_contents.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test the loadContents feature."""
2+
23
import json
34
from pathlib import Path
45

@@ -10,7 +11,8 @@
1011
def test_load_contents_file_array(tmp_path: Path) -> None:
1112
"""Ensures that a File[] input with loadContents loads each file."""
1213
params = [
13-
"--outdir", str(tmp_path),
14+
"--outdir",
15+
str(tmp_path),
1416
get_data("tests/load_contents-array.cwl"),
1517
"tests/load_contents-array.yml",
1618
]

0 commit comments

Comments
 (0)