style: Apply linter fixes to test_reasoning.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-07 17:16:56 -08:00
parent 883bf74bad
commit 08a392787a

View file

@ -225,7 +225,7 @@ class TestReasoning(unittest.TestCase):
self.assertLess( self.assertLess(
reasoning_pos, main_pos, "Reasoning content should appear before main content" reasoning_pos, main_pos, "Reasoning content should appear before main content"
) )
def test_send_with_think_tags_stream(self): def test_send_with_think_tags_stream(self):
"""Test that streaming with <think> tags is properly processed and formatted.""" """Test that streaming with <think> tags is properly processed and formatted."""
# Setup IO with pretty output for streaming # Setup IO with pretty output for streaming