We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e29e commit bc501d9Copy full SHA for bc501d9
src/neo4j_graphrag/experimental/components/graph_pruning.py
@@ -69,7 +69,7 @@ def number_of_pruned_relationships(self) -> int:
69
def number_of_pruned_properties(self) -> int:
70
return len(self.pruned_properties)
71
72
- def __str__(self):
+ def __str__(self) -> str:
73
return (
74
f"PruningStats: nodes: {self.number_of_pruned_nodes}, "
75
f"relationships: {self.number_of_pruned_relationships}, "
0 commit comments