forked from Icycoide/searxng
[mod] pylint: numerous minor code fixes
This commit is contained in:
parent
9ed3ee2beb
commit
b00d108673
24 changed files with 48 additions and 64 deletions
|
@ -18,7 +18,7 @@ from json import loads
|
|||
from searx.utils import match_language
|
||||
|
||||
from searx.engines.bing import language_aliases
|
||||
from searx.engines.bing import _fetch_supported_languages, supported_languages_url # NOQA
|
||||
from searx.engines.bing import _fetch_supported_languages, supported_languages_url # NOQA # pylint: disable=unused-import
|
||||
|
||||
# engine dependent config
|
||||
categories = ['images']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue