Skip to content

Commit c77cf1c

Browse files
author
lwq
committed
format code
Signed-off-by: lwq <liwenquan5@huawei.com>
1 parent 6c48e79 commit c77cf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ut/attention/test_mla_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_compute_prefill_context(self, mock_ring, mock_load):
413413
meta.prefill = prefill_meta
414414

415415
out, lse = self.impl._compute_prefill_context(q_nope, q_pe, kv_cache,
416-
32, meta, prefix_out,
416+
32, meta, prefix_out,
417417
prefix_lse)
418418

419419
mock_load.assert_called_once()

0 commit comments

Comments
 (0)