mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Revert "[fix:py3.14] Struct fields aren't discovered in Python 3.14"
This reverts commit 8fdc59a760.
This commit is contained in:
committed by
Markus Heiser
parent
673c29efeb
commit
20de10df4e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user