summaryrefslogtreecommitdiff
path: root/utils/fuzzy-hash-tester.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fuzzy-hash-tester.py')
-rwxr-xr-xutils/fuzzy-hash-tester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fuzzy-hash-tester.py b/utils/fuzzy-hash-tester.py
index c3234cb..1988852 100755
--- a/utils/fuzzy-hash-tester.py
+++ b/utils/fuzzy-hash-tester.py
@@ -12,7 +12,7 @@ import sys
import pyblake2
-class ExternalToolHash(object):
+class ExternalToolHash:
def __init__(self, argv):
self.subp = subprocess.Popen(argv,
stdin=subprocess.PIPE,