summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-15 08:38:34 +0100
committerGitHub <noreply@github.com>2021-03-15 08:38:34 +0100
commit1664258061f9e718320852339cf0bd6d3324a83e (patch)
treebe0a27a21957db925aafb2b49e9c041a97db0f4b /searx
parent5b176b34961eb7e7374dd71c8dd740274c789d21 (diff)
parent6e1f1085efc670dd548e931834090dce6d9764b3 (diff)
downloadsearxng-1664258061f9e718320852339cf0bd6d3324a83e.tar.gz
searxng-1664258061f9e718320852339cf0bd6d3324a83e.zip
Merge pull request #2655 from return42/fix-imports
[fix] remove unused import from yahoo-news engine
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/yahoo_news.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/searx/engines/yahoo_news.py b/searx/engines/yahoo_news.py
index 5f6734cb3..49b3d1bf8 100644
--- a/searx/engines/yahoo_news.py
+++ b/searx/engines/yahoo_news.py
@@ -22,13 +22,6 @@ from searx.utils import (
from searx.engines.yahoo import parse_url
-# pylint: disable=unused-import
-from searx.engines.yahoo import (
- _fetch_supported_languages,
- supported_languages_url,
-)
-# pylint: enable=unused-import
-
logger = logger.getChild('yahoo_news engine')
# about