From 38fdd2288a8c5ffbd94c6068bc4ef6ec9a3df415 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 Mar 2024 13:10:31 +0100 Subject: Drop typing-extensions dependency (#3265) Co-authored-by: Markus Heiser --- searx/search/checker/background.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'searx/search') diff --git a/searx/search/checker/background.py b/searx/search/checker/background.py index aec2a1790..f16e4c25c 100644 --- a/searx/search/checker/background.py +++ b/searx/search/checker/background.py @@ -8,8 +8,7 @@ import time import threading import os import signal -from typing import Dict, Union, List, Any, Tuple, Optional -from typing_extensions import TypedDict, Literal +from typing import Any, Dict, List, Literal, Optional, Tuple, TypedDict, Union import redis.exceptions -- cgit v1.2.3