summaryrefslogtreecommitdiff
path: root/libmat2/web.py
diff options
context:
space:
mode:
authorjvoisin2022-10-09 21:12:57 +0200
committerjvoisin2022-10-09 21:14:20 +0200
commit6d93cf9397479c03c8414a42521987249471975e (patch)
tree52c2e88d4bca1bc1181083e6f48d897bac628803 /libmat2/web.py
parentb1a16b334f468a8197dd996289fb62d02a1749ad (diff)
Remove deprecated pylint checks
Diffstat (limited to 'libmat2/web.py')
-rw-r--r--libmat2/web.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmat2/web.py b/libmat2/web.py
index d324996..574bdd7 100644
--- a/libmat2/web.py
+++ b/libmat2/web.py
@@ -103,7 +103,6 @@ class _HTMLParser(parser.HTMLParser):
103 self.tag_required_blocklist = required_blocklisted_tags 103 self.tag_required_blocklist = required_blocklisted_tags
104 self.tag_blocklist = blocklisted_tags 104 self.tag_blocklist = blocklisted_tags
105 105
106 # pylint: disable=R0201
107 def error(self, message): # pragma: no cover 106 def error(self, message): # pragma: no cover
108 """ Amusingly, Python's documentation doesn't mention that this 107 """ Amusingly, Python's documentation doesn't mention that this
109 function needs to be implemented in subclasses of the parent class 108 function needs to be implemented in subclasses of the parent class