tools: Fix a linter issue caught by semgrep.

The issue was a new rule that didn't exist when the PR was written.
This commit is contained in:
Tim Abbott 2025-10-23 14:32:56 -07:00
parent 2dca184fd3
commit 7406edd99c

View File

@ -35,7 +35,6 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument(
"file",
type=str,
)
args = parser.parse_args()