mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +08:00
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:
parent
2dca184fd3
commit
7406edd99c
@ -35,7 +35,6 @@ if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument(
|
||||
"file",
|
||||
type=str,
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user