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/engines/github_code.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines/github_code.py') diff --git a/searx/engines/github_code.py b/searx/engines/github_code.py index 55060b8de..0a2d26699 100644 --- a/searx/engines/github_code.py +++ b/searx/engines/github_code.py @@ -65,7 +65,6 @@ code lines are just relabeled (starting from 1) and appended (a disjoint set of code blocks in a single file might be returned from the API). """ -from __future__ import annotations import typing as t from urllib.parse import urlencode -- cgit v1.2.3