Skip to content

Commit 5446ad1

Browse files
authored
[test utils] correct wrong typing (vllm-project#26159)
Signed-off-by: Yannick Schnider <[email protected]>
1 parent f9a8084 commit 5446ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ def __init__(
756756

757757
def get_inputs(
758758
self,
759-
prompts: Union[list[str], list[torch.Tensor], list[int]],
759+
prompts: Union[list[str], list[torch.Tensor], list[list[int]]],
760760
images: Optional[PromptImageInput] = None,
761761
videos: Optional[PromptVideoInput] = None,
762762
audios: Optional[PromptAudioInput] = None,

0 commit comments

Comments
 (0)