diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-23 09:01:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-23 09:01:14 +0100 |
commit | d17d1fa72e20411b901ab517fab9f2a0c510bec6 (patch) | |
tree | fa35b42c79945f606b75b7a666f6b0f9fdaaedbc /utils/fuzzy-hash-tester.py | |
parent | be988f794577eac257e0730609c410493da9b790 (diff) | |
download | gemato-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-x | utils/fuzzy-hash-tester.py | 2 |
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): |