From 8205f170ff983e5240d32dc17d7fdb526ebe5fe7 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 11 Mar 2024 07:45:08 +0100 Subject: [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION Signed-off-by: Markus Heiser --- searx/engines/photon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/engines/photon.py') diff --git a/searx/engines/photon.py b/searx/engines/photon.py index 2ea393679..43c41bf46 100644 --- a/searx/engines/photon.py +++ b/searx/engines/photon.py @@ -87,7 +87,7 @@ def response(resp): properties.get('extent')[2], ] else: - # TODO: better boundingbox calculation + # better boundingbox calculation? boundingbox = [ geojson['coordinates'][1], geojson['coordinates'][1], -- cgit v1.2.3