Skip to content

Commit db50b14

Browse files
partial revert
1 parent d07c7da commit db50b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ def add_invertible_flag(
11071107
parser.add_argument(
11081108
"--enable-incomplete-feature",
11091109
action="append",
1110-
choices=sorted(INCOMPLETE_FEATURES),
1110+
metavar="{" + ",".join(sorted(INCOMPLETE_FEATURES)) + "}",
11111111
help="Enable support of incomplete/experimental features for early preview",
11121112
)
11131113
internals_group.add_argument(

0 commit comments

Comments
 (0)