Fix pylint error
This commit is contained in:
@@ -228,7 +228,7 @@ class RemoveConstAction(argparse.Action):
|
|||||||
required=False,
|
required=False,
|
||||||
help=None,
|
help=None,
|
||||||
metavar=None):
|
metavar=None):
|
||||||
super(RemoveConstAction, self).__init__(
|
super().__init__(
|
||||||
option_strings=option_strings,
|
option_strings=option_strings,
|
||||||
dest=dest,
|
dest=dest,
|
||||||
nargs=0,
|
nargs=0,
|
||||||
|
|||||||
Reference in New Issue
Block a user