Skip to content

Commit

Permalink
community[patch]: fix import in test (#28339)
Browse files Browse the repository at this point in the history
Library name was updated after
#27879 branched off
master.
  • Loading branch information
ccurme authored Nov 25, 2024
1 parent 5867f25 commit a537495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/tests/unit_tests/chat_models/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from langchain_core.callbacks.manager import CallbackManager
from langchain_core.language_models import BaseChatModel
from langchain_core.messages import AIMessage, HumanMessage, SystemMessage, ToolMessage
from langchain_standard_tests.unit_tests import ChatModelUnitTests
from langchain_tests.unit_tests import ChatModelUnitTests
from pydantic import SecretStr

from langchain_community.chat_models.writer import ChatWriter
Expand Down

0 comments on commit a537495

Please sign in to comment.