We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6cb9a commit 25bcbdcCopy full SHA for 25bcbdc
1 file changed
src/langchain_google_spanner/graph_store.py
@@ -1560,8 +1560,9 @@ def cleanup(self):
1560
]
1561
)
1562
self.schema = SpannerGraphSchema(
1563
- self.schema.graph_name, self.schema.use_flexible_schema,
+ self.schema.graph_name,
1564
+ self.schema.use_flexible_schema,
1565
self.schema.static_node_properties,
1566
self.schema.static_edge_properties,
- self.schema.json_schema
1567
+ self.schema.json_schema,
1568
0 commit comments