Please the linters
This commit is contained in:
parent
1b37604d3a
commit
697e9583b9
@ -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
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import sys
|
|
||||||
import random
|
import random
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
Loading…
Reference in New Issue
Block a user