Skip to content

Commit e32e892

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

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
@@ -1774,8 +1774,7 @@ def test_llm_context_only_timed_out(transceiver_runtime):
17741774
break
17751775
time.sleep(1)
17761776
else:
1777-
pytest.fail(
1778-
f"KV cache blocks not released after {max_retries} retries")
1777+
pytest.fail(f"KV cache blocks not released after {max_retries} retries")
17791778
results = all_results
17801779

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

0 commit comments

Comments
 (0)