Skip to content

Commit be57598

Browse files
isidoreJayBazuzi
andcommitted
- r removed dead code
Co-Authored-By: Jay Bazuzi <jay@bazuzi.com>
1 parent 22f817e commit be57598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

approvaltests/approvals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def verify_argument_parser(parser: argparse.ArgumentParser,
415415
*, # enforce keyword arguments - https://www.python.org/dev/peps/pep-3102/
416416
options: Optional[Options] = None) -> None:
417417
parser.formatter_class = lambda prog: argparse.HelpFormatter(
418-
prog, max_help_position=100, width=200
418+
prog, width=200
419419
)
420420
options = options or Options()
421421
scrubber = lambda t: t.replace("options:", "<optional header>:").replace("optional arguments:", "<optional header>:")

0 commit comments

Comments
 (0)