mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
Update fingerprint.py
This commit is contained in:
parent
35c536a372
commit
5805a676d2
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue