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/tests/unit_tests/test_sqlalchemy.py

8 lines
129 B
Python

import sqlalchemy
import langchain # noqa: F401
def test_configure_mappers() -> None:
sqlalchemy.orm.configure_mappers()