Skip to content

Commit

Permalink
yapf code format
Browse files Browse the repository at this point in the history
Signed-off-by: xcnick <[email protected]>
  • Loading branch information
xcnick committed Dec 26, 2024
1 parent 917b6ec commit 870e282
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/v1/core/test_kv_cache_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ def test_free_kv_cache_block_queue_get_all_free_blocks():

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

0 comments on commit 870e282

Please sign in to comment.