summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo_news.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-01 15:31:10 +0100
committerGitHub <noreply@github.com>2020-12-01 15:31:10 +0100
commit219af243a20899d0c8a677700c36e339d7cdcc74 (patch)
treeb7b98f65cf6cc8127f1d6a06e37419fe45222871 /searx/engines/yahoo_news.py
parenta1e6bc4cee2690eb7f2103901ada9a50846a7419 (diff)
parent8aa2a7556ad80d3d644287fc17832050f3a5a303 (diff)
Merge pull request #2318 from dalf/add-pylint
Add pylint
Diffstat (limited to 'searx/engines/yahoo_news.py')
-rw-r--r--searx/engines/yahoo_news.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/yahoo_news.py b/searx/engines/yahoo_news.py
index 11941cfe1..793d1104a 100644
--- a/searx/engines/yahoo_news.py
+++ b/searx/engines/yahoo_news.py
@@ -14,7 +14,7 @@ from datetime import datetime, timedelta
from urllib.parse import urlencode
from lxml import html
from searx.engines.yahoo import parse_url, language_aliases
-from searx.engines.yahoo import _fetch_supported_languages, supported_languages_url # NOQA
+from searx.engines.yahoo import _fetch_supported_languages, supported_languages_url # NOQA # pylint: disable=unused-import
from dateutil import parser
from searx.utils import extract_text, extract_url, match_language