We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48604aa commit 11a19ddCopy full SHA for 11a19dd
tests/v1/core/test_kv_cache_utils.py
@@ -83,6 +83,5 @@ def test_free_kv_cache_block_queue_get_all_free_blocks():
83
84
# Append a block back and check again
85
queue.append(block_to_remove)
86
- assert queue.get_all_free_blocks() == blocks[1:2] + blocks[3:] + [
87
- block_to_remove
88
- ]
+ assert queue.get_all_free_blocks() == \
+ blocks[1:2] + blocks[3:] + [block_to_remove]
0 commit comments