mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Missing import
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""A class that performs HTTP-01 challenges for Apache"""
|
||||
import logging
|
||||
import errno
|
||||
|
||||
from acme.magic_typing import List # pylint: disable=unused-import, no-name-in-module
|
||||
from acme.magic_typing import Set # pylint: disable=unused-import, no-name-in-module
|
||||
|
||||
Reference in New Issue
Block a user