mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove correct import
This commit is contained in:
parent
095b1e059d
commit
f2dbcd0edf
1 changed files with 1 additions and 2 deletions
|
|
@ -6,9 +6,8 @@ import unittest
|
|||
|
||||
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