Skip to content

Commit

Permalink
removed print statement in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Giancarlo Perrone committed May 24, 2018
1 parent 6487817 commit af27f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyvis/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ The following code block is a minimal example of the capabilities of pyvis.
edge_data = zip(sources, targets, weights)
print got_net.get_adj_list()
for e in edge_data:
src = e[0]
dst = e[1]
Expand Down

0 comments on commit af27f66

Please sign in to comment.