We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d5785 commit a727b64Copy full SHA for a727b64
graphiit/graph.py
@@ -1,7 +1,6 @@
1
import networkx as nx
2
import numpy as np
3
import pyphi
4
-from pyphi.convert import le_index2state
5
6
from . import utils
7
from collections import OrderedDict
graphiit/utils.py
-from itertools import chain, combinations
-from pyphi.convert import le_index2state, be_index2state, state2be_index
+from pyphi.convert import le_index2state, state2be_index
from collections import namedtuple
from . import micro_mechanisms
0 commit comments