use stricter pylint profile for google shopping

This commit is contained in:
ta 2022-07-09 15:17:39 +07:00
parent 610d1f73ff
commit 692855b442

View file

@ -1,7 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
""" # lint: pylint
Google Shopping """Google Shopping"""
"""
from urllib.parse import urlencode from urllib.parse import urlencode
from lxml import html from lxml import html