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 --- searx/locales.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/locales.py') diff --git a/searx/locales.py b/searx/locales.py index bb22aa0b1..baa2c23eb 100644 --- a/searx/locales.py +++ b/searx/locales.py @@ -26,7 +26,6 @@ SearXNG’s locale implementations ================================ """ -from __future__ import annotations import typing as t from pathlib import Path -- cgit v1.2.3