mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 23:56:58 -04:00
Remove pylint disable
This commit is contained in:
parent
bbb25c7d1b
commit
e112e2ce61
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue