Revert "[fix:py3.14] Struct fields aren't discovered in Python 3.14"

This reverts commit 8fdc59a760.
This commit is contained in:
Markus Heiser
2025-11-28 12:34:49 +01:00
committed by Markus Heiser
parent 673c29efeb
commit 20de10df4e
10 changed files with 4 additions and 41 deletions

View File

@@ -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