From ece44c79a31106e43045b6aa4a327508fbfc01c3 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 3 Jul 2023 10:14:17 -0700 Subject: [PATCH] poe format --- jrnl/args.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jrnl/args.py b/jrnl/args.py index b892f0bb..559c3c71 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -313,7 +313,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace: ) search_options_msg = ( - " " # Preserves indentation + " " # Preserves indentation """ These help you do various tasks with the selected entries from your search. If used on their own (with no search), they will act on your entire journal""" @@ -439,7 +439,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace: \t jrnl --config-file /home/user1/work_config.yaml \t - Use a personal config file stored on a thumb drive: \n \t jrnl --config-file /media/user1/my-thumb-drive/personal_config.yaml - """, # noqa E501 + """, # noqa E501 ) alternate_config.add_argument(