community: fixed critical bugs at Writer provider #33436
Annotations
10 errors
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L1
tests/unit_tests/chat_models/test_writer.py:1:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L1
tests/unit_tests/chat_models/test_writer.py:1:8: F401 `json` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L2
tests/unit_tests/chat_models/test_writer.py:2:20: F401 `typing.Any` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L3
tests/unit_tests/chat_models/test_writer.py:3:22: F401 `unittest.mock` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L4
tests/unit_tests/chat_models/test_writer.py:4:27: F401 `unittest.mock.AsyncMock` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L4
tests/unit_tests/chat_models/test_writer.py:4:38: F401 `unittest.mock.MagicMock` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L7
tests/unit_tests/chat_models/test_writer.py:7:46: F401 `langchain_core.callbacks.manager.CallbackManager` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L9
tests/unit_tests/chat_models/test_writer.py:9:37: F401 `langchain_core.messages.AIMessage` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L9
tests/unit_tests/chat_models/test_writer.py:9:48: F401 `langchain_core.messages.HumanMessage` imported but unused
|
Analysing the code with our lint:
libs/community/tests/unit_tests/chat_models/test_writer.py#L9
tests/unit_tests/chat_models/test_writer.py:9:62: F401 `langchain_core.messages.SystemMessage` imported but unused
|
Loading