Skip to content

Commit

Permalink
STY: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 8, 2023
1 parent 2cf819f commit e08ec93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fmriprep/workflows/bold/confounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ def init_bold_confs_wf(
Mask of brain edge voxels
"""
from nireports.interfaces.nuisance import CompCorVariancePlot, ConfoundsCorrelationPlot
from nireports.interfaces.nuisance import (
CompCorVariancePlot,
ConfoundsCorrelationPlot,
)
from niworkflows.engine.workflows import LiterateWorkflow as Workflow
from niworkflows.interfaces.confounds import ExpandModel, SpikeRegressors
from niworkflows.interfaces.fixes import FixHeaderApplyTransforms as ApplyTransforms
Expand Down

0 comments on commit e08ec93

Please sign in to comment.