diff --git a/searx/engines/google_shopping.py b/searx/engines/google_shopping.py index 810a5ec1f..d2a91db8e 100644 --- a/searx/engines/google_shopping.py +++ b/searx/engines/google_shopping.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -""" - Google Shopping -""" +# lint: pylint +"""Google Shopping""" from urllib.parse import urlencode from lxml import html