Skip to content

Commit 8865624

Browse files
committed
Remove print
1 parent 64f2c8d commit 8865624

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ def _format_usage(self, usage, actions, groups, prefix):
340340
pos_usage = format(positionals, groups)
341341
opt_parts = list(map(lambda t: t[0], _re.findall(part_regexp, opt_usage)))
342342
pos_parts = list(map(lambda t: t[0], _re.findall(part_regexp, pos_usage)))
343-
print(opt_parts)
344343
assert ' '.join(opt_parts) == opt_usage
345344
assert ' '.join(pos_parts) == pos_usage
346345

0 commit comments

Comments
 (0)