You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/tests/unit_tests/document_loaders/test_couchbase.py

7 lines
241 B
Python

"""Test importing the Couchbase document loader."""
def test_couchbase_import() -> None:
"""Test that the Couchbase document loader can be imported."""
from langchain_community.document_loaders import CouchbaseLoader # noqa: F401