mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
DVChallenge -> Challenge
This commit is contained in:
@@ -34,7 +34,7 @@ class DVChallenge(Challenge): # pylint: disable=abstract-method
|
||||
"""Domain validation challenges."""
|
||||
|
||||
|
||||
class UnrecognizedChallenge(DVChallenge):
|
||||
class UnrecognizedChallenge(Challenge):
|
||||
"""Unrecognized challenge."""
|
||||
typ = "unknown"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user