Skip to content

Commit

Permalink
Add import back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 14, 2023
1 parent b61e85e commit 4b718b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aslprep/interfaces/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from niworkflows.utils.timeseries import _cifti_timeseries, _nifti_timeseries
from niworkflows.viz.plots import fMRIPlot

from aslprep.utils.plotting import CBFPlot, CBFtsPlot


class _ASLSummaryInputSpec(BaseInterfaceInputSpec):
in_nifti = File(exists=True, mandatory=True, desc="input BOLD (4D NIfTI file)")
Expand Down

0 comments on commit 4b718b3

Please sign in to comment.