[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-02-24 20:11:57 +00:00 committed by GitHub
parent 62e4ca0a6b
commit 4efbdd9822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -221,7 +221,6 @@ def process_streaming_response(response: RateLimitGenerator) -> str:
return answer or last_thought
def process_mapping_response(app: App, response: Mapping) -> str:
"""Process mapping response based on app mode"""
if app.mode in {

View File

@ -401,7 +401,6 @@ class TestUtilityFunctions:
assert result == "more thinking"
def test_process_mapping_response_invalid_mode(self):
"""Test processing mapping response with invalid app mode"""
app = Mock(spec=App)