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