mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Drop typing-extensions dependency
This commit is contained in:
parent
858b2071df
commit
df531e4197
3 changed files with 5 additions and 5 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