From 4bbf3c6ea08cdf468907c55c33efe060aee4c2c9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 30 Aug 2020 18:14:32 +0200 Subject: Remove obsolete 'object' inheritance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- utils/fuzzy-hash-tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/fuzzy-hash-tester.py') 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, -- cgit v1.2.3