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 2604884 commit 5cc15f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/core/tests/unit_tests/test_messages.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from typing import List
import unittest

import pytest
Expand Down Expand Up @@ -206,7 +207,7 @@ def test_message_chunk_to_message() -> None:


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

0 comments on commit 5cc15f6

Please sign in to comment.