Skip to content

Commit dc71af0

Browse files
authored
Remove the duplicate imports of MultiModalKwargs and PlaceholderRange… (#11824)
1 parent 4d29e91 commit dc71af0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/v1/core/scheduler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
from vllm.config import CacheConfig, LoRAConfig, SchedulerConfig
77
from vllm.logger import init_logger
8-
from vllm.multimodal import MultiModalKwargs
9-
from vllm.multimodal.base import PlaceholderRange
108
from vllm.sampling_params import SamplingParams
119
from vllm.v1.core.encoder_cache_manager import EncoderCacheManager
1210
from vllm.v1.core.kv_cache_manager import KVCacheManager

0 commit comments

Comments
 (0)