Skip to content

Commit

Permalink
Arg only exists on 3.9+ (and not sure it works anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Oct 7, 2023
1 parent 9a3889d commit 7600d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _parse_minimum_version(version: str) -> Tuple[int, int]:

@functools.lru_cache()
def get_flags_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(exit_on_error=False)
parser = argparse.ArgumentParser()
parser.add_argument(
"--target-version",
action="append",
Expand Down

0 comments on commit 7600d07

Please sign in to comment.