Skip to content

Commit 7f5cf95

Browse files
Fix pre-commit yapf failures in test_llm_context_only_timed_out
Signed-off-by: BenjaminBraunDev <benjaminbraun@google.com>
1 parent 682ba5d commit 7f5cf95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unittest/llmapi/test_llm_pytorch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,8 +1582,7 @@ def test_llm_context_only_timed_out(transceiver_runtime):
15821582
break
15831583
time.sleep(1)
15841584
else:
1585-
pytest.fail(
1586-
f"KV cache blocks not released after {max_retries} retries")
1585+
pytest.fail(f"KV cache blocks not released after {max_retries} retries")
15871586
results = all_results
15881587

15891588
final_used_num_blocks = results[-1]["kvCacheStats"]["usedNumBlocks"]

0 commit comments

Comments
 (0)