We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc278a commit b46fcdfCopy full SHA for b46fcdf
1 file changed
html5lib/serializer/htmlserializer.py
@@ -175,6 +175,7 @@ def encodeStrict(self, string):
175
return string
176
177
def serialize(self, treewalker, encoding=None):
178
+ # pylint:disable=too-many-nested-blocks
179
self.encoding = encoding
180
in_cdata = False
181
self.errors = []
0 commit comments