From c830ba39cd314d41a59768010dd0368813b5c0ff Mon Sep 17 00:00:00 2001 From: Tien Tong Date: Thu, 19 Dec 2024 11:24:00 -0500 Subject: [PATCH] fix lint issue --- cubids/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubids/cli.py b/cubids/cli.py index 6fe7ef8d..1ccb65aa 100644 --- a/cubids/cli.py +++ b/cubids/cli.py @@ -583,7 +583,7 @@ def _parse_purge(): "When specifying files in this txt file, " "always use relative paths starting from your BIDS directory. " "e.g., ``sub-01/ses-01/func/sub-01_ses-01_task-rest_bold.nii.gz``" - ), + ), ) parser.add_argument( "--use-datalad",