mirror of
https://github.com/searxng/searxng.git
synced 2025-08-30 23:19:11 +02:00
[mod] pylint: numerous minor code fixes
This commit is contained in:
parent
9ed3ee2beb
commit
b00d108673
24 changed files with 48 additions and 64 deletions
|
@ -13,7 +13,7 @@
|
|||
from urllib.parse import urlencode
|
||||
from lxml import html
|
||||
from searx.utils import match_language
|
||||
from searx.engines.google import _fetch_supported_languages, supported_languages_url # NOQA
|
||||
from searx.engines.google import _fetch_supported_languages, supported_languages_url # NOQA # pylint: disable=unused-import
|
||||
|
||||
# search-url
|
||||
categories = ['news']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue