Skip to content

Commit 88bb476

Browse files
Apply ruff/Pyflakes rule F401
F401 imported but unused
1 parent ead33f6 commit 88bb476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mriqc/workflows/diffusion/output.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ def init_dwi_report_wf(name='dwi_report_wf'):
4545
wf = init_dwi_report_wf()
4646
4747
"""
48-
from nireports.interfaces import FMRISummary, PlotMosaic, PlotSpikes
49-
from niworkflows.interfaces.morphology import BinaryDilation, BinarySubtraction
48+
from nireports.interfaces import PlotMosaic
5049

5150
# from mriqc.interfaces.reports import IndividualReport
5251

0 commit comments

Comments
 (0)