summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo_news.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/yahoo_news.py')
-rw-r--r--searx/engines/yahoo_news.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/yahoo_news.py b/searx/engines/yahoo_news.py
index 98d8bc9f1..750373ffb 100644
--- a/searx/engines/yahoo_news.py
+++ b/searx/engines/yahoo_news.py
@@ -14,7 +14,6 @@ from datetime import datetime, timedelta
from dateutil import parser
from lxml import html
-from searx import logger
from searx.utils import (
eval_xpath_list,
eval_xpath_getindex,
@@ -23,8 +22,6 @@ from searx.utils import (
from searx.engines.yahoo import parse_url
-logger = logger.getChild('yahoo_news engine')
-
# about
about = {
"website": 'https://news.yahoo.com',