mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
python: Delete superfluous parens.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
e0d3176098
commit
28597365da
@@ -253,17 +253,17 @@ def main() -> None:
|
||||
parser.add_argument(
|
||||
"--include-webhooks",
|
||||
action="store_true",
|
||||
help=("Include webhook tests. By default, they are skipped for performance."),
|
||||
help="Include webhook tests. By default, they are skipped for performance.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--include-transaction-tests",
|
||||
action="store_true",
|
||||
help=("Include transaction tests. By default, they are skipped for performance."),
|
||||
help="Include transaction tests. By default, they are skipped for performance.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--generate-stripe-fixtures",
|
||||
action="store_true",
|
||||
help=("Generate Stripe test fixtures by making requests to Stripe test network"),
|
||||
help="Generate Stripe test fixtures by making requests to Stripe test network",
|
||||
)
|
||||
parser.add_argument("args", nargs="*")
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user