mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
DVChallenge -> Challenge
This commit is contained in:
parent
67ec4d09ee
commit
5238f53092
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class DVChallenge(Challenge): # pylint: disable=abstract-method
|
|||
"""Domain validation challenges."""
|
||||
|
||||
|
||||
class UnrecognizedChallenge(DVChallenge):
|
||||
class UnrecognizedChallenge(Challenge):
|
||||
"""Unrecognized challenge."""
|
||||
typ = "unknown"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue