mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04:00
8 lines
129 B
Python
8 lines
129 B
Python
import sqlalchemy
|
|
|
|
import langchain # noqa: F401
|
|
|
|
|
|
def test_configure_mappers() -> None:
|
|
sqlalchemy.orm.configure_mappers()
|