1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-24 19:22:07 +03:00

Remove pylint disable

This commit is contained in:
Peter Eckersley
2016-01-20 17:16:19 -08:00
parent bbb25c7d1b
commit e112e2ce61

View File

@@ -21,7 +21,7 @@ CANCEL = "cancel"
HELP = "help"
"""Display exit code when for when the user requests more help."""
def _wrap_lines(msg): # pylint: disable=no-self-use
def _wrap_lines(msg):
"""Format lines nicely to 80 chars.
:param str msg: Original message