Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored Nov 18, 2024
1 parent bdec640 commit 10735de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/decoder_only/vision_language/test_pixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from transformers import AutoProcessor

from vllm import (EngineArgs, LLMEngine, RequestOutput, SamplingParams,
TokensPrompt, TextPrompt)
TextPrompt, TokensPrompt)
from vllm.logger import init_logger
from vllm.multimodal import MultiModalDataBuiltins
from vllm.multimodal.inputs import PlaceholderRange
Expand Down

0 comments on commit 10735de

Please sign in to comment.