Skip to content

Commit c70f7cb

Browse files
author
Aleksandr Malyshev
committed
minor rollback of change due to rules
1 parent 441d6b5 commit c70f7cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/entrypoints/openai/tool_parsers/minimax_m2_tool_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33

44
import json
5+
import re
56
import uuid
67
from collections.abc import Sequence
78
from typing import Any
89

9-
import regex as re
10-
1110
from vllm.entrypoints.openai.protocol import (
1211
ChatCompletionRequest,
1312
DeltaFunctionCall,

0 commit comments

Comments
 (0)