Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e10af30

Browse filesBrowse files
committed
fix: TypeAlias import error
1 parent 3561ebf commit e10af30
Copy full SHA for e10af30

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.