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
@@ -17,12 +17,10 @@ class Command(ZulipBaseCommand):
|
||||
group = parser.add_mutually_exclusive_group(required=True)
|
||||
group.add_argument(
|
||||
"--enable",
|
||||
type=str,
|
||||
help="Name of the authentication backend to enable",
|
||||
)
|
||||
group.add_argument(
|
||||
"--disable",
|
||||
type=str,
|
||||
help="Name of the authentication backend to disable",
|
||||
)
|
||||
group.add_argument(
|
||||
|
Reference in New Issue
Block a user