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
Branches
Tags
No related merge requests found
Pipeline #84198 passed with warnings
......@@ -104,6 +104,7 @@ 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
......
import sys
import random
import os
import shutil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment