8000 Fix import error · Stonelinks/llama-cpp-python@9ff9cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ff9cdd

Browse files
committed
Fix import error
1 parent 2f8a3ad commit 9ff9cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama_cpp/server/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import os
22
import json
33
from threading import Lock
4-
from typing import List, Optional, Literal, Union, Iterator, Dict
5-
from typing_extensions import TypedDict
4+
from typing import List, Optional, Union, Iterator, Dict
5+
from typing_extensions import TypedDict, Literal
66

77
import llama_cpp
88

0 commit comments

Comments
 (0)
0