mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
Beef up import test (#6979)
This commit is contained in:
parent
1ce9ef3828
commit
e3b7effc8f
@ -79,6 +79,8 @@ def test_test_group_dependencies(poetry_conf: Mapping[str, Any]) -> None:
|
|||||||
|
|
||||||
def test_imports() -> None:
|
def test_imports() -> None:
|
||||||
"""Test that you can import all top level things okay."""
|
"""Test that you can import all top level things okay."""
|
||||||
|
from langchain.agents import OpenAIFunctionsAgent # noqa: F401
|
||||||
|
from langchain.callbacks import OpenAICallbackHandler # noqa: F401
|
||||||
from langchain.chains import LLMChain # noqa: F401
|
from langchain.chains import LLMChain # noqa: F401
|
||||||
from langchain.chat_models import ChatOpenAI # noqa: F401
|
from langchain.chat_models import ChatOpenAI # noqa: F401
|
||||||
from langchain.document_loaders import BSHTMLLoader # noqa: F401
|
from langchain.document_loaders import BSHTMLLoader # noqa: F401
|
||||||
|
Loading…
Reference in New Issue
Block a user