Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Dec 12, 2023
1 parent 5507a10 commit 2604884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/tests/unit_tests/test_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_message_chunk_to_message() -> None:


def test_tool_calls_merge() -> None:
chunks = [
chunks: list[dict] = [
dict(content=""),
dict(
content="",
Expand Down

0 comments on commit 2604884

Please sign in to comment.