Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
Signed-off-by: Woosuk Kwon <[email protected]>
  • Loading branch information
WoosukKwon committed Dec 27, 2024
1 parent 6ba31aa commit ebfbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/worker/gpu_block_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import torch

from vllm import _custom_ops as ops
from vllm.utils import get_cuda_view_from_cpu_tensor, is_uva_available
from vllm.logger import init_logger
from vllm.utils import get_cuda_view_from_cpu_tensor, is_uva_available

logger = init_logger(__name__)

Expand Down

0 comments on commit ebfbe12

Please sign in to comment.