From f24d85bc4be732b8edb2157ef4ecf35d380d2b45 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Aug 2025 15:16:46 +0200 Subject: [mod] drop: from __future__ import annotations Signed-off-by: Markus Heiser --- searxng_extra/update/update_locales.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searxng_extra') diff --git a/searxng_extra/update/update_locales.py b/searxng_extra/update/update_locales.py index ef7a91263..f7bfedee1 100755 --- a/searxng_extra/update/update_locales.py +++ b/searxng_extra/update/update_locales.py @@ -7,7 +7,6 @@ - :py:obj:`searx.locales.LOCALE_NAMES` """ # pylint: disable=invalid-name -from __future__ import annotations from typing import Set import json -- cgit v1.2.3