1
0
Fork 0

Please the linters

This commit is contained in:
jvoisin 2022-03-29 22:18:06 +02:00
parent 1b37604d3a
commit 697e9583b9
2 changed files with 1 additions and 1 deletions

View File

@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser):
self.tag_required_blocklist = required_blocklisted_tags self.tag_required_blocklist = required_blocklisted_tags
self.tag_blocklist = blocklisted_tags self.tag_blocklist = blocklisted_tags
# pylint: disable=R0201
def error(self, message): # pragma: no cover def error(self, message): # pragma: no cover
""" Amusingly, Python's documentation doesn't mention that this """ Amusingly, Python's documentation doesn't mention that this
function needs to be implemented in subclasses of the parent class function needs to be implemented in subclasses of the parent class

View File

@ -1,4 +1,3 @@
import sys
import random import random
import os import os
import shutil import shutil