Skip to content

Commit 62785ed

Browse files
Fix formatting
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
1 parent 8e2d685 commit 62785ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vllm/entrypoints/chat_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,9 @@ def _parse_chat_message_content_part(
530530
# if part_type is text/refusal/image_url/audio_url but
531531
# content is empty, log a warning and skip
532532
if part_type in VALID_MESSAGE_CONTENT_MM_PART_TYPES and not content:
533-
logger.warning("Skipping multimodal part (type: '%s')"
534-
"with empty / unparsable content.", part_type)
533+
logger.warning(
534+
"Skipping multimodal part (type: '%s')"
535+
"with empty / unparsable content.", part_type)
535536
return None
536537

537538
if part_type in ("text", "refusal"):

0 commit comments

Comments
 (0)