Skip to content

Commit d8dbc6f

Browse files
committed
STY: black
1 parent 922db8e commit d8dbc6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/interfaces/mrtrix/preprocess.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ class DWI2TensorInputSpec(CommandLineInputSpec):
220220
mask = File(
221221
exists=True,
222222
argstr="-mask %s",
223-
desc=(
224-
"Only perform computation within the specified binary brain mask image."
225-
),
223+
desc="Only perform computation within the specified binary brain mask image.",
226224
)
227225
quiet = traits.Bool(
228226
argstr="-quiet",

0 commit comments

Comments
 (0)