mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
python: Elide type=str from argparse arguments.
This commit is contained in:
committed by
Tim Abbott
parent
ca01de84be
commit
1e943ae7df
@@ -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.",
|
||||
)
|
||||
|
Reference in New Issue
Block a user