This commit is contained in:
6
venv/lib/python3.12/site-packages/redis/compat.py
Normal file
6
venv/lib/python3.12/site-packages/redis/compat.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# flake8: noqa
|
||||
try:
|
||||
from typing import Literal, Protocol, TypedDict # lgtm [py/unused-import]
|
||||
except ImportError:
|
||||
from typing_extensions import Literal # lgtm [py/unused-import]
|
||||
from typing_extensions import Protocol, TypedDict
|
||||
Reference in New Issue
Block a user