File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33
4- from typing import Optional , Union
54from collections .abc import Sequence
5+ from typing import Optional , Union
66
77from vllm .entrypoints .openai .protocol import (ChatCompletionRequest ,
88 DeltaMessage , ResponsesRequest )
Original file line number Diff line number Diff line change 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
67from vllm .entrypoints .openai .protocol import DeltaMessage
78from vllm .reasoning .abs_reasoning_parsers import ReasoningParserManager
You can’t perform that action at this time.
0 commit comments