reworking of file structure
[mlpccg-meta.git] / mlpccg / Clustering.py
index a3abade..1681efa 100644 (file)
@@ -1,7 +1,6 @@
 from sklearn.cluster import AffinityPropagation
 from sklearn.feature_extraction import DictVectorizer
 from collections import defaultdict
-import csv
 
 from mlpccg.CardDb import CARDDB
 from mlpccg.DeckList import DeckList