langchain/tests/unit_tests/test_sqlalchemy.py

8 lines
129 B
Python
Raw Normal View History

2023-07-12 07:03:16 +00:00
import sqlalchemy
import langchain # noqa: F401
def test_configure_mappers() -> None:
sqlalchemy.orm.configure_mappers()