aboutsummaryrefslogtreecommitdiffstats
path: root/tools/leak_finder.py
diff options
Diffstat (limited to 'tools/leak_finder.py')
-rw-r--r--tools/leak_finder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/leak_finder.py b/tools/leak_finder.py
index e5140c102..fb3505be3 100644
--- a/tools/leak_finder.py
+++ b/tools/leak_finder.py
@@ -80,7 +80,7 @@ except AttributeError:
have_debug = False
-class LeakFinder(object):
+class LeakFinder:
def __init__(self):
self.all, self.refs = self._make_snapshot()