Skip to content

Commit d3e3394

Browse files
committed
[FIX] Circular dependency
Closes #1066
1 parent 363ee75 commit d3e3394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from .hmc import init_bold_hmc_wf
3535
from .stc import init_bold_stc_wf
3636
from .t2s import init_bold_t2s_wf
37-
from ..fieldmap import init_sdc_wf
3837
from .registration import init_bold_reg_wf
3938
from .resampling import (
4039
init_bold_surf_wf,
@@ -219,6 +218,7 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
219218
* :py:func:`~fmriprep.workflows.fieldmap.init_nonlinear_sdc_wf`
220219
221220
"""
221+
from ..fieldmap.base import init_sdc_wf # Avoid circular dependency (#1066)
222222

223223
ref_file = bold_file
224224
mem_gb = {'filesize': 1, 'resampled': 1, 'largemem': 1}

0 commit comments

Comments
 (0)