Skip to content

Commit bcd3c31

Browse files
Ben-Regsebastinas
authored andcommitted
Imported Literal using _typing_compat instead of typing
1 parent 6f4b3c2 commit bcd3c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
Tuple,
6969
Collection,
7070
Dict,
71-
Literal,
7271
)
72+
from ._typing_compat import Literal
7373
import unicodedata
7474
from dataclasses import dataclass
7575

0 commit comments

Comments
 (0)