Skip to content

Commit

Permalink
FIX: Import numpy in workflows.stc
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 13, 2021
1 parent a700aa9 commit d5a582f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/workflows/bold/stc.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
.. autofunction:: init_bold_stc_wf
"""
import numpy as np
import nibabel as nb
from nipype.pipeline import engine as pe
from nipype.interfaces import utility as niu, afni
Expand Down

0 comments on commit d5a582f

Please sign in to comment.