Skip to content

Commit e72aa34

Browse files
committed
fix lint
Signed-off-by: wangli <[email protected]>
1 parent 8cc5898 commit e72aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/worker/npu_input_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(
4141
pin_memory: bool,
4242
vocab_size: int,
4343
block_sizes: list[int], # The block_size of each kv cache group
44-
kernel_block_sizes: [list[list[int]]],
44+
kernel_block_sizes: list[list[int]],
4545
logitsprocs: LogitsProcessors | None = None,
4646
logitsprocs_need_output_token_ids: bool = False,
4747
is_spec_decode: bool = False,

0 commit comments

Comments
 (0)