Skip to content

Commit ed36317

Browse files
committed
PEP8: remove extraneous whitespace.
1 parent 90a4786 commit ed36317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def main():
225225
logger.info(
226226
"Your usage of dmriprep is being recorded using popylar (https://popylar.github.io/). ", # noqa
227227
"For details, see https://nipreps.github.io/dmriprep/usage.html. ",
228-
"To opt out, call dmriprep with a `--notrack` flag" )
228+
"To opt out, call dmriprep with a `--notrack` flag")
229229
import popylar
230230
popylar.track_event(__ga_id__, 'run', 'cli_run')
231231

0 commit comments

Comments
 (0)