Skip to content

Commit 730c1a1

Browse files
committed
STY: correcting previously auto-generated file to confirm to pep8 norm
1 parent ed1ad30 commit 730c1a1

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

nipype/interfaces/freesurfer/tests/test_FSSurfaceCommand.py

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# AUTO-GENERATED by tools/checkspecs.py on 2017.04.21
21
# Modified 2017.04.21 by Chris Markiewicz
32
from __future__ import unicode_literals
43
import pytest
@@ -9,18 +8,14 @@
98

109

1110
def test_FSSurfaceCommand_inputs():
12-
input_map = dict(args=dict(argstr='%s',
13-
),
14-
environ=dict(nohash=True,
15-
usedefault=True,
16-
),
17-
ignore_exception=dict(nohash=True,
18-
usedefault=True,
19-
),
20-
subjects_dir=dict(),
21-
terminal_output=dict(nohash=True,
22-
),
23-
)
11+
input_map = dict(args=dict(argstr='%s'),
12+
environ=dict(nohash=True,
13+
usedefault=True),
14+
ignore_exception=dict(nohash=True,
15+
usedefault=True),
16+
subjects_dir=dict(),
17+
terminal_output=dict(nohash=True),
18+
)
2419
inputs = FSSurfaceCommand.input_spec()
2520

2621
for key, metadata in list(input_map.items()):

0 commit comments

Comments
 (0)