mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
3 lines
97 B
Python
3 lines
97 B
Python
|
def test_import() -> None:
|
||
|
from langchain_community.graphs import NeptuneGraph # noqa: F401
|