Skip to content

Commit 7d36203

Browse files
committed
style: reformat a few strings
1 parent 1f50159 commit 7d36203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/claranet_tfwrapper/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ def parse_args(args):
12021202
"--pipe-plan",
12031203
action="store_true",
12041204
default=False,
1205-
help=("Pipe plan output to the command set in config" " or passed in --pipe-plan-command argument (cat by default)."),
1205+
help=("Pipe plan output to the command set in config or passed in --pipe-plan-command argument (cat by default)."),
12061206
)
12071207
parser_apply.add_argument(
12081208
"--pipe-plan-command",
@@ -1261,7 +1261,7 @@ def parse_args(args):
12611261
"--pipe-plan",
12621262
action="store_true",
12631263
default=False,
1264-
help=("Pipe plan output to the command set in config" " or passed in --pipe-plan-command argument (cat by default)."),
1264+
help=("Pipe plan output to the command set in config or passed in --pipe-plan-command argument (cat by default)."),
12651265
)
12661266
parser_plan.add_argument(
12671267
"--pipe-plan-command",

0 commit comments

Comments
 (0)