Skip to content

Commit 970ea4f

Browse files
authored
Revert style changes
1 parent adea98e commit 970ea4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ class ApplyVDMInputSpec(SPMCommandInputSpec):
259259

260260
in_files = InputMultiObject(
261261
ImageFileSPM(exists=True),
262-
field='data.scans',
262+
field="data.scans",
263263
mandatory=True,
264264
copyfile=True,
265-
desc='list of filenames to apply the vdm to',
265+
desc="list of filenames to apply the vdm to",
266266
)
267267
vdmfile = File(
268268
field="data.vdmfile",

0 commit comments

Comments
 (0)