Skip to content

Commit 887cd3e

Browse files
committed
fix import path
1 parent 15f48fd commit 887cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def init_bold_t1_trans_wf(freesurfer, mem_gb, omp_nthreads, use_fieldwarp=False,
250250
* :py:func:`~fmriprep.workflows.bold.registration.init_fsl_bbr_wf`
251251
252252
"""
253-
from ..util import init_bold_reference_wf
253+
from .util import init_bold_reference_wf
254254
workflow = Workflow(name=name)
255255
inputnode = pe.Node(
256256
niu.IdentityInterface(

0 commit comments

Comments
 (0)