Skip to content
Snippets Groups Projects
Commit 697e9583 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Please the linters

parent 1b37604d
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser): ...@@ -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
......
import sys
import random import random
import os import os
import shutil import shutil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment