Skip to content

Commit f899d6f

Browse files
committed
Fix other style issue.
1 parent c31979b commit f899d6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fmriprep/workflows/bold/confounds.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,9 @@ def init_bold_confs_wf(
462462
)
463463

464464
ds_report_compcor = pe.Node(
465-
DerivativesDataSink(desc="compcorvar", datatype="figures", dismiss_entities=dismiss_echo()),
465+
DerivativesDataSink(
466+
desc="compcorvar", datatype="figures", dismiss_entities=dismiss_echo()
467+
),
466468
name="ds_report_compcor",
467469
run_without_submitting=True,
468470
mem_gb=DEFAULT_MEMORY_MIN_GB,

0 commit comments

Comments
 (0)