mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
Fix, by disabling, pylint's warning on unnecessary pass.
This commit is contained in:
@@ -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."""
|
||||||
|
|||||||
Reference in New Issue
Block a user