From 313b91edbe56cda3010d2d15191bb479b2c6e244 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 9 Mar 2025 08:43:51 -0700 Subject: [PATCH] style: Fix trailing whitespace in test docstring --- tests/basic/test_reasoning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_reasoning.py b/tests/basic/test_reasoning.py index 2d903706b..b13e02cd4 100644 --- a/tests/basic/test_reasoning.py +++ b/tests/basic/test_reasoning.py @@ -464,7 +464,7 @@ End""" ) def test_send_with_reasoning_stream(self): - """Test that streaming reasoning content from the 'reasoning' attribute is properly + """Test that streaming reasoning content from the 'reasoning' attribute is properly formatted and output.""" # Setup IO with pretty output for streaming io = InputOutput(pretty=True)