Skip to content

Commit

Permalink
fix: extra comma
Browse files Browse the repository at this point in the history
sty: format to PEP8
  • Loading branch information
celprov committed Dec 7, 2023
1 parent 2a924cb commit 3dfee20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fmriprep/workflows/bold/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ def init_bold_confs_wf(
from niworkflows.interfaces.nibabel import ApplyMask, Binarize
from niworkflows.interfaces.patches import RobustACompCor as ACompCor
from niworkflows.interfaces.patches import RobustTCompCor as TCompCor
from nireports.interfaces.nuisance import (
CompCorVariancePlot,
ConfoundsCorrelationPlot,
)
from nireports.interfaces.nuisance import CompCorVariancePlot, ConfoundsCorrelationPlot
from niworkflows.interfaces.reportlets.masks import ROIsPlot
from niworkflows.interfaces.utility import TSV2JSON, AddTSVHeader, DictMerge

Expand Down

0 comments on commit 3dfee20

Please sign in to comment.