style: Apply linter formatting to remove extra whitespaces

This commit is contained in:
Paul Gauthier (aider) 2025-03-07 17:51:11 -08:00
parent ca6abdfc61
commit bdaa70ada5
3 changed files with 4 additions and 4 deletions

View file

@ -1831,7 +1831,7 @@ class Coder:
"""Remove reasoning content from the model's response."""
from aider.reasoning_tags import remove_reasoning_content
self.partial_response_content = remove_reasoning_content(
self.partial_response_content,
self.reasoning_tag_name,