Skip to content

Commit d5a71cd

Browse files
STY: Apply ruff/flake8-quotes rule Q003
Q003 Change outer quotes to avoid escaping inner quotes
1 parent a6c0513 commit d5a71cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/confounds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ComputeDVARSInputSpec(BaseInterfaceInputSpec):
5353
variance_tol = traits.Float(
5454
1e-7,
5555
usedefault=True,
56-
desc="maximum variance to consider \"close to\" zero for the purposes of removal",
56+
desc='maximum variance to consider "close to" zero for the purposes of removal',
5757
)
5858
save_std = traits.Bool(True, usedefault=True, desc="save standardized DVARS")
5959
save_nstd = traits.Bool(False, usedefault=True, desc="save non-standardized DVARS")

0 commit comments

Comments
 (0)