Skip to content

Commit d879ca9

Browse files
committed
fix lint
Signed-off-by: SlightwindSec <[email protected]>
1 parent 24790a2 commit d879ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm_ascend/distributed/mooncake/mooncake_store_connector_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ def get_num_new_matched_tokens(
208208
else:
209209
token_ids = torch.tensor(request.prompt_token_ids)
210210

211-
num_external_hit_tokens = self.client.lookup(token_ids) # type: ignore[union-attr]
211+
num_external_hit_tokens = self.client.lookup( # type: ignore[union-attr]
212+
token_ids)
212213

213214
if num_external_hit_tokens == request.num_tokens:
214215
num_external_hit_tokens -= 1

0 commit comments

Comments
 (0)