From 078ab85d3416c29fe8d8d518149d2324e40d7ba1 Mon Sep 17 00:00:00 2001 From: Will Eaton Date: Mon, 7 Oct 2024 13:20:34 -0400 Subject: [PATCH] import sorts --- .../openai/tool_parsers/granite_20b_fc_tool_parser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vllm/entrypoints/openai/tool_parsers/granite_20b_fc_tool_parser.py b/vllm/entrypoints/openai/tool_parsers/granite_20b_fc_tool_parser.py index b50c36ada269..5294e12ae065 100644 --- a/vllm/entrypoints/openai/tool_parsers/granite_20b_fc_tool_parser.py +++ b/vllm/entrypoints/openai/tool_parsers/granite_20b_fc_tool_parser.py @@ -7,8 +7,7 @@ from partial_json_parser.core.options import Allow from vllm.entrypoints.openai.protocol import (ChatCompletionRequest, - DeltaFunctionCall, - DeltaMessage, + DeltaFunctionCall, DeltaMessage, DeltaToolCall, ExtractedToolCallInformation, FunctionCall, ToolCall)