We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a255830 commit b80dd00Copy full SHA for b80dd00
redis/compat.py
@@ -2,8 +2,4 @@
2
try:
3
from typing import Literal, Protocol, TypedDict
4
except ImportError:
5
- from typing_extensions import (
6
- Literal,
7
- Protocol,
8
- TypedDict,
9
- )
+ from typing_extensions import Literal, Protocol, TypedDict
0 commit comments