Skip to content

Commit cdb064d

Browse files
committed
black
1 parent c278239 commit cdb064d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/cat12/preprocess.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,7 @@ class CAT12SANLMDenoisingInputSpec(SPMCommandInputSpec):
606606
spm_type = traits.Enum(
607607
"float32",
608608
"uint16",
609-
"uint8"
610-
"same",
609+
"uint8" "same",
611610
field="spm_type",
612611
usedefault=True,
613612
desc="Data type of the output images. 'same' matches the input image type.",

0 commit comments

Comments
 (0)