From 20de10df4eb02f228512604ed1db092eaa08ec3e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 28 Nov 2025 12:34:49 +0100 Subject: Revert "[fix:py3.14] Struct fields aren't discovered in Python 3.14" This reverts commit 8fdc59a7604cd661638586ff0381530da86eb76c. --- searx/cache.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'searx/cache.py') diff --git a/searx/cache.py b/searx/cache.py index 062f34768..ea58c9328 100644 --- a/searx/cache.py +++ b/searx/cache.py @@ -5,10 +5,6 @@ ---- """ -# Struct fields aren't discovered in Python 3.14 -# - https://github.com/searxng/searxng/issues/5284 -from __future__ import annotations - __all__ = ["ExpireCacheCfg", "ExpireCacheStats", "ExpireCache", "ExpireCacheSQLite"] import abc -- cgit v1.2.3