Skip to content

Commit 110e1eb

Browse files
committed
ci: fix pre-commmit check issue
Signed-off-by: Yan Lu <luyan@nvidia.com>
1 parent 666c629 commit 110e1eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

vllm/reasoning/basic_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33

4-
from typing import Optional, Union
54
from collections.abc import Sequence
5+
from typing import Optional, Union
66

77
from vllm.entrypoints.openai.protocol import (ChatCompletionRequest,
88
DeltaMessage, ResponsesRequest)

vllm/reasoning/deepseek_r1_reasoning_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33

4-
from typing import Sequence, Union
4+
from collections.abc import Sequence
5+
from typing import Union
56

67
from vllm.entrypoints.openai.protocol import DeltaMessage
78
from vllm.reasoning.abs_reasoning_parsers import ReasoningParserManager

0 commit comments

Comments
 (0)