Skip to content

Commit

Permalink
- r removed dead code
Browse files Browse the repository at this point in the history
Co-Authored-By: Jay Bazuzi <[email protected]>
  • Loading branch information
isidore and JayBazuzi committed Oct 28, 2024
1 parent 22f817e commit be57598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/approvals.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def verify_argument_parser(parser: argparse.ArgumentParser,
*, # enforce keyword arguments - https://www.python.org/dev/peps/pep-3102/
options: Optional[Options] = None) -> None:
parser.formatter_class = lambda prog: argparse.HelpFormatter(
prog, max_help_position=100, width=200
prog, width=200
)
options = options or Options()
scrubber = lambda t: t.replace("options:", "<optional header>:").replace("optional arguments:", "<optional header>:")
Expand Down

0 comments on commit be57598

Please sign in to comment.