We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1804 commit 75a8d24Copy full SHA for 75a8d24
src/smriprep/interfaces/fsl.py
@@ -1,5 +1,6 @@
1
from nipype.interfaces.base import traits
2
-from nipype.interfaces.fsl.preprocess import FAST as _FAST, FASTInputSpec
+from nipype.interfaces.fsl.preprocess import FAST as _FAST
3
+from nipype.interfaces.fsl.preprocess import FASTInputSpec
4
5
6
class _FixTraitFASTInputSpec(FASTInputSpec):
@@ -24,4 +25,3 @@ class FAST(_FAST):
24
25
"""
26
27
input_spec = _FixTraitFASTInputSpec
-
0 commit comments