diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-11-28 12:34:49 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-11-28 13:38:37 +0100 |
| commit | 20de10df4eb02f228512604ed1db092eaa08ec3e (patch) | |
| tree | 042d8c56599b654a3ce10958acd6284d76a18cac /searx/favicons/cache.py | |
| parent | 673c29efeb905855f121c70ce7fafada5f1b7587 (diff) | |
Revert "[fix:py3.14] Struct fields aren't discovered in Python 3.14"
This reverts commit 8fdc59a7604cd661638586ff0381530da86eb76c.
Diffstat (limited to 'searx/favicons/cache.py')
| -rw-r--r-- | searx/favicons/cache.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/searx/favicons/cache.py b/searx/favicons/cache.py index d724e086c..f623ac3a7 100644 --- a/searx/favicons/cache.py +++ b/searx/favicons/cache.py @@ -17,10 +17,6 @@ """ -# Struct fields aren't discovered in Python 3.14 -# - https://github.com/searxng/searxng/issues/5284 -from __future__ import annotations - import typing as t import os |