8000 fix: TypeAlias import error · Gillesattebe/llama-cpp-python@e10af30 · GitHub
[go: up one dir, main page]

Skip to content

Commit e10af30

Browse files
committed
fix: TypeAlias import error
1 parent 3561ebf commit e10af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
Optional,
1616
TYPE_CHECKING,
1717
TypeVar,
18-
TypeAlias,
1918
Generic,
2019
)
20+
from typing_extensions import TypeAlias
2121

2222

2323
# Load the library

0 commit comments

Comments
 (0)
0