From 692855b4427a67f639a75544f28013408859445e Mon Sep 17 00:00:00 2001 From: ta Date: Sat, 9 Jul 2022 15:17:39 +0700 Subject: [PATCH] use stricter pylint profile for google shopping --- searx/engines/google_shopping.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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