Skip to content

Commit 9c5680d

Browse files
committed
fix documentation build
1 parent 59c755b commit 9c5680d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

fmriprep/workflows/anatomical.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,18 @@
2121
"""
2222
from smriprep.workflows.anatomical import (
2323
init_anat_preproc_wf,
24-
init_surface_recon_wf,
24+
init_skullstrip_ants_wf,
2525
)
2626
from smriprep.workflows.surfaces import (
27+
init_surface_recon_wf,
2728
init_autorecon_resume_wf,
29+
init_gifti_surface_wf,
2830
)
2931

30-
__all__ = ['init_anat_preproc_wf',
31-
'init_surface_recon_wf',
32-
'init_autorecon_resume_wf',
32+
__all__ = [
33+
'init_anat_preproc_wf',
34+
'init_skullstrip_ants_wf',
35+
'init_surface_recon_wf',
36+
'init_autorecon_resume_wf',
37+
'init_gifti_surface_wf',
3338
]
34-

0 commit comments

Comments
 (0)