mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:32:02 +02:00
remove unused six imports
This commit is contained in:
@@ -3,7 +3,6 @@ import unittest
|
|||||||
|
|
||||||
import josepy as jose
|
import josepy as jose
|
||||||
import mock
|
import mock
|
||||||
import six
|
|
||||||
|
|
||||||
from acme import challenges
|
from acme import challenges
|
||||||
from acme import test_util
|
from acme import test_util
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import threading
|
|||||||
import tempfile
|
import tempfile
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import six
|
|
||||||
from six.moves import http_client # pylint: disable=import-error
|
from six.moves import http_client # pylint: disable=import-error
|
||||||
from six.moves import queue # pylint: disable=import-error
|
from six.moves import queue # pylint: disable=import-error
|
||||||
from six.moves import socketserver # type: ignore # pylint: disable=import-error
|
from six.moves import socketserver # type: ignore # pylint: disable=import-error
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
"""Tests for acme.util."""
|
"""Tests for acme.util."""
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
import six
|
|
||||||
|
|
||||||
|
|
||||||
class MapKeysTest(unittest.TestCase):
|
class MapKeysTest(unittest.TestCase):
|
||||||
"""Tests for acme.util.map_keys."""
|
"""Tests for acme.util.map_keys."""
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import dns.flags
|
|||||||
import dns.rcode
|
import dns.rcode
|
||||||
import dns.tsig
|
import dns.tsig
|
||||||
import mock
|
import mock
|
||||||
import six
|
|
||||||
|
|
||||||
from certbot import errors
|
from certbot import errors
|
||||||
from certbot.plugins import dns_test_common
|
from certbot.plugins import dns_test_common
|
||||||
|
|||||||
Reference in New Issue
Block a user