summaryrefslogtreecommitdiff
path: root/searxng_extra
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2025-08-24 15:16:46 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-09-03 13:37:36 +0200
commitf24d85bc4be732b8edb2157ef4ecf35d380d2b45 (patch)
tree290dbfe99502776e358b9256eebc02004767f1f0 /searxng_extra
parent57b9673efb1b4fd18a3ac15e26da642201e2cd33 (diff)
[mod] drop: from __future__ import annotations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searxng_extra')
-rwxr-xr-xsearxng_extra/update/update_locales.py1
1 files changed, 0 insertions, 1 deletions
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