python: Elide type=str from argparse arguments.

This commit is contained in:
Alex Vandiver
2025-10-17 18:25:09 +00:00
committed by Tim Abbott
parent ca01de84be
commit 1e943ae7df
5 changed files with 1 additions and 11 deletions

View File

@@ -29,7 +29,6 @@ Usage:
)
parser.add_argument(
"--remove-key",
type=str,
metavar="PUBLIC_KEY",
help="Remove the key pair associated with the given public key from the `push_registration_encryption_keys` map.",
)