Fix, by disabling, pylint's warning on unnecessary pass.

This commit is contained in:
Rafael Guterres Jeffman
2021-05-18 21:30:28 -03:00
parent bf30d4b5f8
commit 967f9c7474

View File

@@ -693,7 +693,7 @@ else:
def check_ipa_params(self): def check_ipa_params(self):
"""Validate ipa_params before command is called.""" """Validate ipa_params before command is called."""
pass pass # pylint: disable=unnecessary-pass
def define_ipa_commands(self): def define_ipa_commands(self):
"""Define commands that will be run in IPA server.""" """Define commands that will be run in IPA server."""