diff options
Diffstat (limited to 'searx/search/checker/background.py')
-rw-r--r-- | searx/search/checker/background.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |