Skip to content

Commit 51a1021

Browse files
committed
STY: Unused variable [skip ds005][skip ds054][skip ds210]
1 parent 7a512c3 commit 51a1021

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,6 @@ def init_func_derivatives_wf(output_dir, output_spaces, template, freesurfer,
823823
'nonaggr_denoised_file', 'bold_cifti', 'cifti_variant']),
824824
name='inputnode')
825825

826-
variant_suffix_fmt = 'space-{}_variant-{}_{}'.format
827-
828826
ds_confounds = pe.Node(DerivativesDataSink(
829827
base_directory=output_dir, desc='confounds', suffix='regressors'),
830828
name="ds_confounds", run_without_submitting=True,

0 commit comments

Comments
 (0)