This commit is contained in:
Ivan Gabaldon
2026-08-21 22:53:29 +02:00
parent f92003b360
commit 00eaf1157d
85 changed files with 50 additions and 72 deletions

View File

@@ -13,7 +13,6 @@ from dataclasses import dataclass
from searx.utils import load_module
from searx.result_types.answer import BaseAnswer
_default = pathlib.Path(__file__).parent
log: logging.Logger = logging.getLogger("searx.answerers")