mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
Drop typing-extensions dependency (#3265)
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
1892a87fd2
commit
38fdd2288a
3 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue