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 --- tests/unit/test_locales.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/test_locales.py b/tests/unit/test_locales.py index 34b721806..d08f27fdc 100644 --- a/tests/unit/test_locales.py +++ b/tests/unit/test_locales.py @@ -3,7 +3,6 @@ """Test some code from module :py:obj:`searx.locales`""" -from __future__ import annotations from parameterized import parameterized from searx import locales from searx.sxng_locales import sxng_locales -- cgit v1.2.3