Skip to content

Commit 89737a7

Browse files
committed
forgot pickle import
1 parent 79b8c8f commit 89737a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/package_tree/plot_similarity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from singularity.views.trees import make_package_tree
55
from singularity.analysis.compare import compare_packages
66
from singularity.analysis.utils import get_packages
7+
import pickle
78

89
# Compare your own data
910
data = pickle.load(open('comparisons.pkl','rb'))['files.txt']

0 commit comments

Comments
 (0)