diff options
| author | Dr. Rolf Jansen <cyclaero@users.noreply.github.com> | 2021-03-15 17:03:36 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 17:03:36 -0300 |
| commit | 4a27dabcf7cbfda3a8e7b89d1ba37721ee58fbc7 (patch) | |
| tree | 03e0b3ebe7622ba56a4ee0d782369b19de3772de /searx/engines/yahoo_news.py | |
| parent | 80025c32444c1f0836636cb15b771f53a6d4553b (diff) | |
| parent | 8158d8654a045cd15c9ae94facf79b89473ba092 (diff) | |
Merge branch 'master' into conditional-sigusr1
Diffstat (limited to 'searx/engines/yahoo_news.py')
| -rw-r--r-- | searx/engines/yahoo_news.py | 7 |
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 |