Disable pylint's super-with-arguments.

We still need to support Python 2.
This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 19:03:54 -03:00
parent e7b9e97a84
commit 544474a593
2 changed files with 2 additions and 0 deletions

View File

@@ -622,6 +622,7 @@ else:
ipa_param_mapping = None
def __init__(self, *args, **kwargs):
# pylint: disable=super-with-arguments
super(FreeIPABaseModule, self).__init__(*args, **kwargs)
# Attributes to store kerberos credentials (if needed)