mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Remove sni_challenge import.
This commit is contained in:
parent
ecff61a193
commit
124af9c22b
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ import csv
|
|||
import requests
|
||||
|
||||
from letsencrypt.client.acme import acme_object_validate
|
||||
from letsencrypt.client.sni_challenge import SNI_Challenge
|
||||
from letsencrypt.client import configurator, apache_configurator
|
||||
from letsencrypt.client import logger, display
|
||||
from letsencrypt.client import le_util, crypto_util
|
||||
|
|
|
|||
Loading…
Reference in a new issue