Skip to content

Commit 75a8d24

Browse files
sty: ruff
1 parent 3ae1804 commit 75a8d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/smriprep/interfaces/fsl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from nipype.interfaces.base import traits
2-
from nipype.interfaces.fsl.preprocess import FAST as _FAST, FASTInputSpec
2+
from nipype.interfaces.fsl.preprocess import FAST as _FAST
3+
from nipype.interfaces.fsl.preprocess import FASTInputSpec
34

45

56
class _FixTraitFASTInputSpec(FASTInputSpec):
@@ -24,4 +25,3 @@ class FAST(_FAST):
2425
"""
2526

2627
input_spec = _FixTraitFASTInputSpec
27-

0 commit comments

Comments
 (0)