Skip to content

Commit d2cc40a

Browse files
committed
ran format checker
Signed-off-by: Baishali <[email protected]>
1 parent 7528eff commit d2cc40a

File tree

1 file changed

+1
-1
lines changed
  • vllm/model_executor/models

1 file changed

+1
-1
lines changed

Diff for: vllm/model_executor/models/t5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from transformers.utils import logging
2727

2828
from vllm.attention import Attention, AttentionMetadata
29-
from vllm.config import CacheConfig, LoRAConfig, VllmConfig
29+
from vllm.config import CacheConfig, VllmConfig
3030
from vllm.model_executor.layers.activation import get_act_fn
3131
from vllm.model_executor.layers.linear import (ColumnParallelLinear,
3232
QKVParallelLinear,

0 commit comments

Comments
 (0)