mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Remove two unused import statements
This commit is contained in:
parent
627302e060
commit
82617c79b2
2 changed files with 0 additions and 2 deletions
|
|
@ -8,7 +8,6 @@ import mock
|
|||
from letsencrypt.client import challenge_util
|
||||
|
||||
from letsencrypt.client import constants
|
||||
from letsencrypt.client import client
|
||||
from letsencrypt.client import le_util
|
||||
|
||||
from letsencrypt.client.tests.apache import util
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ import unittest
|
|||
import M2Crypto
|
||||
|
||||
from letsencrypt.client import challenge_util
|
||||
from letsencrypt.client import client
|
||||
from letsencrypt.client import constants
|
||||
from letsencrypt.client import le_util
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue