We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336ebe commit dc879ffCopy full SHA for dc879ff
html5lib/filters/lint.py
@@ -64,9 +64,6 @@ def __iter__(self):
64
assert name is None or isinstance(name, text_type)
65
# XXX: what to do with token["data"] ?
66
67
- elif type in ("ParseError", "SerializeError"):
68
- pass
69
-
70
else:
71
assert False, "Unknown token type: %(type)s" % {"type": type}
72
0 commit comments