1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

please pylint

This commit is contained in:
Jakub Warmuz
2015-07-13 20:24:16 +00:00
parent bfe6adf215
commit d7d98d79ce
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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