Skip to content

Commit f73b332

Browse files
authored
Update argparse.py
1 parent fda056e commit f73b332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/argparse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ def __init__(self,
933933
default=None,
934934
required=False,
935935
help=None,
936-
metavar=None,
937936
deprecated=False):
938937
super(_StoreConstAction, self).__init__(
939938
option_strings=option_strings,

0 commit comments

Comments
 (0)