Skip to content

Commit a9a7558

Browse files
authored
Update llama_cpp.py
1 parent 85b1930 commit a9a7558

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llama_cpp/llama_cpp.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
List,
1414
NewType,
1515
Optional,
16-
TypeAlias,
1716
TypeVar,
1817
Union,
1918
)
20-
19+
from typing_extensions import TypeAlias
2120

2221
# Load the library
2322
def _load_shared_library(lib_base_name: str):

0 commit comments

Comments
 (0)