Skip to content

Commit fd00a4e

Browse files
authored
Update memgraph.py
1 parent 64c9be3 commit fd00a4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gqlalchemy/vendors/memgraph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ def terminate_transactions(self, transaction_ids: List[str]) -> List[MemgraphTer
570570

571571
return terminated_transactions
572572

573-
574573
def get_storage_info(self) -> List[dict]:
575574
"""Get detailed storage information about the database instance.
576575
@@ -645,4 +644,3 @@ def delete_graph_statistics(self, labels: Optional[List[str]] = None) -> List[di
645644
query = "ANALYZE GRAPH DELETE STATISTICS;"
646645

647646
return list(self.execute_and_fetch(query))
648-

0 commit comments

Comments
 (0)