mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
python: Elide type=str from argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Alex Vandiver
parent
fbfd4b399d
commit
a50fae89e2
@@ -16,7 +16,6 @@ class Command(ZulipBaseCommand):
|
||||
def add_arguments(self, parser: ArgumentParser) -> None:
|
||||
parser.add_argument('emails',
|
||||
metavar='<emails>',
|
||||
type=str,
|
||||
nargs='*',
|
||||
help='email address to spelunk')
|
||||
parser.add_argument('--all',
|
||||
|
||||
Reference in New Issue
Block a user