Skip to content

Commit 11a19dd

Browse files
committed
yapf code format
Signed-off-by: xcnick <[email protected]>
1 parent 48604aa commit 11a19dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/v1/core/test_kv_cache_utils.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ def test_free_kv_cache_block_queue_get_all_free_blocks():
8383

8484
# Append a block back and check again
8585
queue.append(block_to_remove)
86-
assert queue.get_all_free_blocks() == blocks[1:2] + blocks[3:] + [
87-
block_to_remove
88-
]
86+
assert queue.get_all_free_blocks() == \
87+
blocks[1:2] + blocks[3:] + [block_to_remove]

0 commit comments

Comments
 (0)