Skip to content
Snippets Groups Projects
Commit 01aac350 authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove unused edgeinfo

parent ba8ea8f0
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ class MultiGraph( object ):
def __init__( self ):
self.node = {}
self.edge = {}
self.edgeinfo = {}
def add_node( self, node, attr_dict=None, **attrs):
"""Add node to graph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment