Skip to content
Snippets Groups Projects
Commit 967f9c74 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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

parent bf30d4b5
No related branches found
No related tags found
No related merge requests found
...@@ -693,7 +693,7 @@ else: ...@@ -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."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment