Merge pull request #2655 from return42/fix-imports

[fix] remove unused import from yahoo-news engine
This commit is contained in:
Alexandre Flament 2021-03-15 08:38:34 +01:00 committed by GitHub
commit 1664258061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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