Skip to content

Commit b80dd00

Browse files
committed
fixing bad merge
1 parent a255830 commit b80dd00

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

redis/compat.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22
try:
33
from typing import Literal, Protocol, TypedDict
44
except ImportError:
5-
from typing_extensions import (
6-
Literal,
7-
Protocol,
8-
TypedDict,
9-
)
5+
from typing_extensions import Literal, Protocol, TypedDict

0 commit comments

Comments
 (0)