DVChallenge -> Challenge

This commit is contained in:
James Kasten
2015-09-28 16:03:03 -07:00
parent 67ec4d09ee
commit 5238f53092
+1 -1
View File
@@ -34,7 +34,7 @@ class DVChallenge(Challenge): # pylint: disable=abstract-method
"""Domain validation challenges."""
class UnrecognizedChallenge(DVChallenge):
class UnrecognizedChallenge(Challenge):
"""Unrecognized challenge."""
typ = "unknown"