mercurial/hg.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 49301 c463f45fa114
--- a/mercurial/hg.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/hg.py	Mon Feb 21 13:08:28 2022 -0700
@@ -1534,7 +1534,7 @@
 ]
 
 
-class cachedlocalrepo(object):
+class cachedlocalrepo:
     """Holds a localrepository that can be cached and reused."""
 
     def __init__(self, repo):