summaryrefslogtreecommitdiff
path: root/utils/fuzzy-hash-tester.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-23 09:01:14 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-23 09:01:14 +0100
commitd17d1fa72e20411b901ab517fab9f2a0c510bec6 (patch)
treefa35b42c79945f606b75b7a666f6b0f9fdaaedbc /utils/fuzzy-hash-tester.py
parentbe988f794577eac257e0730609c410493da9b790 (diff)
downloadgemato-d17d1fa72e20411b901ab517fab9f2a0c510bec6.tar.gz
utils: Fix pyflakes complaints
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'utils/fuzzy-hash-tester.py')
-rwxr-xr-xutils/fuzzy-hash-tester.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/fuzzy-hash-tester.py b/utils/fuzzy-hash-tester.py
index c96742b..d274685 100755
--- a/utils/fuzzy-hash-tester.py
+++ b/utils/fuzzy-hash-tester.py
@@ -9,8 +9,6 @@ import random
import subprocess
import sys
-import pyblake2
-
class ExternalToolHash:
def __init__(self, argv):