From b00d108673082fc2487b2d122db00d988f561427 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 16 Nov 2020 09:43:23 +0100 Subject: [mod] pylint: numerous minor code fixes --- searx/engines/filecrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/filecrop.py') diff --git a/searx/engines/filecrop.py b/searx/engines/filecrop.py index eef5be6e8..0331e7b19 100644 --- a/searx/engines/filecrop.py +++ b/searx/engines/filecrop.py @@ -8,7 +8,7 @@ search_url = url + '/search.php?{query}&size_i=0&size_f=100000000&engine_r=1&eng paging = True -class FilecropResultParser(HTMLParser): +class FilecropResultParser(HTMLParser): # pylint: disable=W0223 # (see https://bugs.python.org/issue31844) def __init__(self): HTMLParser.__init__(self) -- cgit v1.2.3