diff --git a/letsencrypt/display/util.py b/letsencrypt/display/util.py index 2ea6b9bfe..602c246de 100644 --- a/letsencrypt/display/util.py +++ b/letsencrypt/display/util.py @@ -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