Skip to content

Commit a727b64

Browse files
committed
Remove unused imports
1 parent 38d5785 commit a727b64

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

graphiit/graph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import networkx as nx
22
import numpy as np
33
import pyphi
4-
from pyphi.convert import le_index2state
54

65
from . import utils
76
from collections import OrderedDict

graphiit/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import networkx as nx
22
import numpy as np
3-
from itertools import chain, combinations
4-
from pyphi.convert import le_index2state, be_index2state, state2be_index
3+
from pyphi.convert import le_index2state, state2be_index
54
from collections import namedtuple
65

76
from . import micro_mechanisms

0 commit comments

Comments
 (0)