mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
chore: ran linting
This commit is contained in:
parent
ceace003aa
commit
c7409c8995
48 changed files with 342 additions and 187 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue