Update fingerprint.py

This commit is contained in:
Fabio Costa 2014-06-25 09:57:06 +01:00
parent 35c536a372
commit 5805a676d2

View file

@ -97,8 +97,6 @@ def generate_hashes(peaks, fan_value=DEFAULT_FAN_VALUE):
"""
fingerprinted = set() # to avoid rehashing same pairs
fingerprinted = set() # to avoid rehashing same pairs
from operator import itemgetter
peaks.sort(key=itemgetter(1))