Skip to content

Commit 654e75d

Browse files
committed
x
1 parent 0265058 commit 654e75d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/__init__.py

Whitespace-only changes.

tests/test_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def test_import() -> None:
2+
"""Test that the code can be imported"""
3+
from langchain_mcp_adapters import client, tools # noqa: F401

0 commit comments

Comments
 (0)