Skip to content

Commit 64e53bf

Browse files
committed
fix pre-commit
1 parent c6206fe commit 64e53bf

File tree

1 file changed

+1
-1
lines changed
  • llama_stack/providers/remote/inference/vllm

1 file changed

+1
-1
lines changed

llama_stack/providers/remote/inference/vllm/vllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
)
6464
from llama_stack.providers.utils.inference.openai_compat import (
6565
UnparseableToolCall,
66-
convert_openai_chat_completion_stream,
6766
convert_message_to_openai_dict_new,
67+
convert_openai_chat_completion_stream,
6868
convert_tool_call,
6969
get_sampling_options,
7070
process_chat_completion_stream_response,

0 commit comments

Comments
 (0)