chore: ran linting

This commit is contained in:
Anish Sarkar 2026-06-13 21:59:35 +05:30
parent ceace003aa
commit c7409c8995
48 changed files with 342 additions and 187 deletions

View file

@ -77,4 +77,3 @@ def test_stream_classifier_keeps_unknown_errors_generic() -> None:
assert expected is False
assert message == "Error during chat: database exploded"
assert extra is None

View file

@ -59,4 +59,3 @@ def test_user_images_can_be_dropped_for_text_only_history() -> None:
]
assert user_content_to_llm_content(content, allow_images=False) == "look"

View file

@ -65,4 +65,3 @@ def test_merge_does_not_duplicate_when_stream_already_has_text() -> None:
final = [{"type": "text", "text": "final answer"}]
assert merge_streamed_and_final_parts(streamed, final) == streamed