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

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

View File

@@ -1,9 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# pylint: disable=missing-module-docstring
# Struct fields aren't discovered in Python 3.14
# - https://github.com/searxng/searxng/issues/5284
from __future__ import annotations
import pathlib
import msgspec

View File

@@ -1,9 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""Implementations for a favicon proxy"""
# Struct fields aren't discovered in Python 3.14
# - https://github.com/searxng/searxng/issues/5284
from __future__ import annotations
from typing import Callable