minor formatting

This commit is contained in:
Vighnesh Birodkar
2015-01-27 22:33:39 +05:30
parent ec17cb29c0
commit c96fbe4926
+1
View File
@@ -50,6 +50,7 @@ def _rename_node(graph, node_id, copy_id):
graph.remove_node(node_id)
def _invalidate_edge(graph, n1, n2):
""" Invalidates the edge (n1, n2) in the heap. """
graph[n1][n2]['heap item'][3] = False