From 62c8574d86320e7b94994db46ece020f257ba16e Mon Sep 17 00:00:00 2001 From: dmabry Date: Mon, 13 Jul 2026 11:46:44 -0500 Subject: [PATCH] chore: remove trailing blank lines from test_ctx_halving_fix.py --- tests/test_ctx_halving_fix.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_ctx_halving_fix.py b/tests/test_ctx_halving_fix.py index 83b2d0e1d49c..0a31126c6539 100644 --- a/tests/test_ctx_halving_fix.py +++ b/tests/test_ctx_halving_fix.py @@ -361,5 +361,3 @@ class TestContextNotHalvedOnOutputCapError: safe_out = max(1, available_out - 64) assert safe_out == 1 - -