Skip to content

Commit b90f5ef

Browse files
committed
[skip ds005][skip ds054][skip ds210] fix imports from smriprep
1 parent a3c7e73 commit b90f5ef

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

fmriprep/workflows/anatomical.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
.. autofunction:: init_gifti_surface_wf
2020
2121
"""
22-
from smriprep.workflows.anatomical import init_anat_preproc_wf
22+
from smriprep.workflows.anatomical import (
23+
init_anat_preproc_wf,
24+
init_surface_recon_wf,
25+
)
26+
from smriprep.workflows.surfaces import (
27+
init_autorecon_resume_wf,
28+
)
29+
30+
__all__ = ['init_anat_preproc_wf',
31+
'init_surface_recon_wf',
32+
'init_autorecon_resume_wf',
33+
]
2334

24-
__all__ = ['init_anat_preproc_wf']

0 commit comments

Comments
 (0)