Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Jun 4, 2024
1 parent 829ebb6 commit 54331b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mira/dkg/viz.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import click
import networkx as nx


Expand Down Expand Up @@ -30,5 +29,5 @@ def draw_relations(records, fname, is_full=False):
color="red", weight=2)
agraph = nx.nx_agraph.to_agraph(graph)
agraph.draw(path=fname, prog="dot", format="png")


0 comments on commit 54331b6

Please sign in to comment.