Skip to content

Commit

Permalink
Remove unneeded parentheses from Python file (apache#12968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Dec 14, 2020
1 parent b4b9cf5 commit 317858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/cli/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def positive_int(value):
"-o",
"--output",
),
help=("Output format. Allowed values: json, yaml, table (default: table)"),
help="Output format. Allowed values: json, yaml, table (default: table)",
metavar="(table, json, yaml)",
choices=("table", "json", "yaml"),
default="table",
Expand Down

0 comments on commit 317858a

Please sign in to comment.