Skip to content

Commit 361f7ef

Browse files
birajsthashnizzedy
authored andcommitted
fixing pre-commit suggestions
1 parent 22acc69 commit 361f7ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CPAC/resources/tests/test_templates.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626

2727
@pytest.mark.parametrize('pipeline', ALL_PIPELINE_CONFIGS)
2828
def test_packaged_path_exists(pipeline):
29-
"""
30-
Check that all local templates are included in image at at
31-
least one resolution
32-
"""
29+
"""Check that all local templates are included in image at least one resolution."""
3330
wf = pe.Workflow(name="test")
3431
wf, rpool = ingress_pipeconfig_paths(
3532
wf, Preconfiguration(pipeline), ResourcePool(), "pytest"

0 commit comments

Comments
 (0)