Skip to content

Commit 11e2da9

Browse files
STY: A round of black
1 parent 883ab98 commit 11e2da9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/algorithms/tests/test_CompCor.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ def run_cc(
287287
components_metadata = [
288288
line.rstrip().split("\t") for line in metadata_file
289289
]
290-
components_metadata = dict(zip(components_metadata[0], components_metadata[1]))
290+
components_metadata = dict(
291+
zip(components_metadata[0], components_metadata[1])
292+
)
291293
assert components_metadata == expected_metadata
292294

293295
return ccresult

0 commit comments

Comments
 (0)