summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/graph.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/extras/graph.py b/extras/graph.py
index 062985e4d..b5450835f 100644
--- a/extras/graph.py
+++ b/extras/graph.py
@@ -2,9 +2,12 @@
import networkx as nx
-from romstr import RomStr, DisAsm, \
- relative_jumps, call_commands, \
- relative_unconditional_jumps
+from romstr import (
+ RomStr,
+ relative_jumps,
+ call_commands,
+ relative_unconditional_jumps,
+)
class RomGraph(nx.DiGraph):
""" Graphs various functions pointing to each other.