From f24d85bc4be732b8edb2157ef4ecf35d380d2b45 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Aug 2025 15:16:46 +0200 Subject: [mod] drop: from __future__ import annotations Signed-off-by: Markus Heiser --- searx/sqlitedb.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/sqlitedb.py') diff --git a/searx/sqlitedb.py b/searx/sqlitedb.py index 6d495c207..57c65aac6 100644 --- a/searx/sqlitedb.py +++ b/searx/sqlitedb.py @@ -19,7 +19,6 @@ Examplarical implementations based on :py:obj:`SQLiteAppl`: ---- """ -from __future__ import annotations import typing as t import abc -- cgit v1.2.3