mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
remove unused six imports
This commit is contained in:
parent
5dc9dd8dea
commit
c3fa05ba74
4 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue