Removes test exception

This commit is contained in:
Mouse Reeve 2022-08-05 11:04:32 -07:00
parent 1ba69acc49
commit 20572688ba

View file

@ -28,7 +28,6 @@ def validate_html(html):
validator = HtmlValidator()
# will raise exceptions
validator.feed(str(html.content))
raise Exception()
class HtmlValidator(HTMLParser): # pylint: disable=abstract-method