Skip to content

Commit c55bc1d

Browse files
authored
[Misc] Remove dead return (#23061)
Signed-off-by: Woosuk Kwon <[email protected]>
1 parent 292084e commit c55bc1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/models/qwen2_vl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,6 @@ def get_multimodal_embeddings(self,
12251225
modalities = self._parse_and_validate_multimodal_inputs(**kwargs)
12261226
if not modalities:
12271227
return []
1228-
return None
12291228

12301229
# The result multimodal_embeddings is tuple of tensors, with each
12311230
# tensor correspoending to a multimodal data item (image or video).

0 commit comments

Comments
 (0)