Skip to content

Commit 9f13a86

Browse files
mgxdeffigies
andcommitted
Apply suggestions from code review
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent e351f9a commit 9f13a86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

smriprep/workflows/outputs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from niworkflows.interfaces.utility import KeySelect
3434

3535
from ..interfaces import DerivativesDataSink
36-
from ..interfaces.templateflow import TemplateFlowSelect
36+
from ..interfaces.templateflow import TemplateFlowSelect, fetch_template_files
3737

3838
if ty.TYPE_CHECKING:
3939
from niworkflows.utils.spaces import SpatialReferences
@@ -1128,8 +1128,6 @@ def init_template_iterator_wf(
11281128
The fields in `outputnode` can be used as if they come from a single template.
11291129
"""
11301130
for template in spaces.get_spaces(nonstandard=False, dim=(3,)):
1131-
from smriprep.interfaces.templateflow import fetch_template_files
1132-
11331131
fetch_template_files(template, specs=None, sloppy=sloppy)
11341132

11351133
workflow = pe.Workflow(name=name)

0 commit comments

Comments
 (0)