mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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
@@ -18,7 +18,7 @@ class Command(BaseCommand):
|
||||
help="Zipped slack data")
|
||||
|
||||
parser.add_argument('--token', metavar='<slack_token>',
|
||||
type=str, help='Slack legacy token of the organsation')
|
||||
help='Slack legacy token of the organsation')
|
||||
|
||||
parser.add_argument('--output', dest='output_dir',
|
||||
help='Directory to write exported data to.')
|
||||
|
||||
Reference in New Issue
Block a user