mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Remove pylint disable
This commit is contained in:
@@ -21,7 +21,7 @@ CANCEL = "cancel"
|
|||||||
HELP = "help"
|
HELP = "help"
|
||||||
"""Display exit code when for when the user requests more 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.
|
"""Format lines nicely to 80 chars.
|
||||||
|
|
||||||
:param str msg: Original message
|
:param str msg: Original message
|
||||||
|
|||||||
Reference in New Issue
Block a user