From 6d93cf9397479c03c8414a42521987249471975e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 9 Oct 2022 21:12:57 +0200 Subject: Remove deprecated pylint checks --- libmat2/web.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libmat2/web.py') 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): 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 -- cgit v1.3