mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
extraneous client_test imports
This commit is contained in:
parent
074a2e9218
commit
095b1e059d
1 changed files with 0 additions and 3 deletions
|
|
@ -4,14 +4,11 @@ import shutil
|
|||
import tempfile
|
||||
import unittest
|
||||
|
||||
import josepy as jose
|
||||
import OpenSSL
|
||||
import mock
|
||||
|
||||
from acme import errors as acme_errors
|
||||
|
||||
from certbot import account
|
||||
from certbot import errors
|
||||
from certbot import util
|
||||
|
||||
import certbot.tests.util as test_util
|
||||
|
|
|
|||
Loading…
Reference in a new issue