Skip to content

Commit f0ddc61

Browse files
committed
precommit
Signed-off-by: NickLucche <[email protected]>
1 parent 8dfe691 commit f0ddc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
from torch import Tensor
1111
from typing_extensions import Self, TypeIs
1212

13-
from vllm.inputs import TokensPrompt
1413
from vllm.config import ModelConfig, SpeechToTextConfig
14+
from vllm.inputs import TokensPrompt
1515
from vllm.inputs.data import PromptType
1616
from vllm.logger import init_logger
1717
from vllm.model_executor.layers.quantization.base_config import (

0 commit comments

Comments
 (0)