aboutsummaryrefslogtreecommitdiffstats
path: root/python/scripts/filter_scored_matches.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/scripts/filter_scored_matches.py')
-rwxr-xr-xpython/scripts/filter_scored_matches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/scripts/filter_scored_matches.py b/python/scripts/filter_scored_matches.py
index 3654b87..abf81bd 100755
--- a/python/scripts/filter_scored_matches.py
+++ b/python/scripts/filter_scored_matches.py
@@ -10,8 +10,8 @@ matches, and outputs one-line-per-sha1 (aka, file).
No dependencies (only python3 stdlib)
"""
-import sys
import json
+import sys
# out of 1000
score_threshold = 900