mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
please pylint
This commit is contained in:
parent
bfe6adf215
commit
d7d98d79ce
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import logging
|
|||
import socket
|
||||
import sys
|
||||
|
||||
from six.moves import range # pylint: disable=import-error
|
||||
from six.moves import range # pylint: disable=import-error,redefined-builtin
|
||||
|
||||
import OpenSSL
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ from acme import challenges
|
|||
from acme import crypto_util as acme_crypto_util
|
||||
from acme import jose
|
||||
|
||||
from letsencrypt import crypto_util
|
||||
|
||||
from letsencrypt.tests import acme_util
|
||||
from letsencrypt.tests import test_util
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue