mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00: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()
|