mercurial/lsprofcalltree.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
--- a/mercurial/lsprofcalltree.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/lsprofcalltree.py	Mon Feb 21 13:08:28 2022 -0700
@@ -26,7 +26,7 @@
         )
 
 
-class KCacheGrind(object):
+class KCacheGrind:
     def __init__(self, profiler):
         self.data = profiler.getstats()
         self.out_file = None