Skip to content

Commit 0e25f34

Browse files
committed
Tmp
1 parent 9367585 commit 0e25f34

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

spacy_llm/tests/models/test_langchain.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
import spacy
66

77
from spacy_llm.compat import has_langchain
8+
from spacy_llm.models.langchain import LangChain
89
from spacy_llm.tests.compat import has_azure_openai_key
910

10-
pytest.importorskip("langchain_community")
11-
12-
from spacy_llm.models.langchain import LangChain # noqa: E402
13-
1411
PIPE_CFG = {
1512
"model": {
1613
"@llm_models": "langchain.OpenAIChat.v1",

0 commit comments

Comments
 (0)