mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
unit test sqlalachemy (#7582)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import sqlalchemy
|
||||
|
||||
import langchain # noqa: F401
|
||||
|
||||
|
||||
def test_configure_mappers() -> None:
|
||||
sqlalchemy.orm.configure_mappers()
|
||||
Reference in New Issue
Block a user