From e24dad762bb24c617747f4adeb705de8c848e613 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 24 Jan 2024 10:24:06 -0500 Subject: [PATCH] FIX: Format --- mne_bids_pipeline/_main.py | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/mne_bids_pipeline/_main.py b/mne_bids_pipeline/_main.py index 02e6fe672..1f216dddb 100755 --- a/mne_bids_pipeline/_main.py +++ b/mne_bids_pipeline/_main.py @@ -59,18 +59,17 @@ def main(): default=None, help="BIDS root directory of the data to process.", ) - ( - parser.add_argument( - "--deriv_root", - dest="deriv_root", - default=None, - help=dedent( - """\ - The root of the derivatives directory - in which the pipeline will store the processing results. - If unspecified, this will be derivatives/mne-bids-pipeline - inside the BIDS root.""" - ), + parser.add_argument( + "--deriv_root", + dest="deriv_root", + default=None, + help=dedent( + """ + The root of the derivatives directory + in which the pipeline will store the processing results. + If unspecified, this will be derivatives/mne-bids-pipeline + inside the BIDS root. + """ ), ) parser.add_argument(