mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 18:11:09 +00:00
Removes test exception
This commit is contained in:
parent
1ba69acc49
commit
20572688ba
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue