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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user