Please the linters
This commit is contained in:
parent
1b37604d3a
commit
697e9583b9
2 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser):
|
|||
self.tag_required_blocklist = required_blocklisted_tags
|
||||
self.tag_blocklist = blocklisted_tags
|
||||
|
||||
# pylint: disable=R0201
|
||||
def error(self, message): # pragma: no cover
|
||||
""" Amusingly, Python's documentation doesn't mention that this
|
||||
function needs to be implemented in subclasses of the parent class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue