Fix, by disabling, pylint's warning on too few public methods.

This commit is contained in:
Rafael Guterres Jeffman
2021-05-18 21:29:05 -03:00
parent 9c591de3cd
commit bf30d4b5f8

View File

@@ -57,7 +57,7 @@ else:
# FreeIPA releases.
import re
class version: # pylint: disable=invalid-name
class version: # pylint: disable=invalid-name, too-few-public-methods
@staticmethod
def parse(version_str):
"""