diff options
Diffstat (limited to 'libmat2/web.py')
| -rw-r--r-- | libmat2/web.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/web.py b/libmat2/web.py index f11d379..2f331d8 100644 --- a/libmat2/web.py +++ b/libmat2/web.py | |||
| @@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser): | |||
| 104 | self.tag_required_blocklist = required_blocklisted_tags | 104 | self.tag_required_blocklist = required_blocklisted_tags |
| 105 | self.tag_blocklist = blocklisted_tags | 105 | self.tag_blocklist = blocklisted_tags |
| 106 | 106 | ||
| 107 | # pylint: disable=R0201 | ||
| 107 | def error(self, message): # pragma: no cover | 108 | def error(self, message): # pragma: no cover |
| 108 | """ Amusingly, Python's documentation doesn't mention that this | 109 | """ Amusingly, Python's documentation doesn't mention that this |
| 109 | function needs to be implemented in subclasses of the parent class | 110 | function needs to be implemented in subclasses of the parent class |
