Skip to content

Commit cde6a6a

Browse files
committed
style: format with ruff
Signed-off-by: majiayu000 <[email protected]>
1 parent cc0ee2c commit cde6a6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/entrypoints/openai/serving_chat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ async def create_chat_completion(
227227
)
228228
# enable_auto_tools is set but tool_parser is None
229229
return self.create_error_response(
230-
'"auto" tool choice requires '
231-
"--tool-call-parser to be set"
230+
'"auto" tool choice requires --tool-call-parser to be set'
232231
)
233232
else:
234233
# "required" or named tool requires tool parser

0 commit comments

Comments
 (0)