From 4b4f3ccbfbf49f0593d82cc726598ebfb581269f Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Tue, 15 Sep 2020 11:29:03 +0200 Subject: [PATCH] Fix pylint error --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 8a58d96..421ead0 100755 --- a/deploy.py +++ b/deploy.py @@ -228,7 +228,7 @@ class RemoveConstAction(argparse.Action): required=False, help=None, metavar=None): - super(RemoveConstAction, self).__init__( + super().__init__( option_strings=option_strings, dest=dest, nargs=0,