mercurial/bundlerepo.py
changeset 48946 642e31cb55f0
parent 48875 6000f5b25c9b
child 49753 ff7134e03629
child 49969 84680c003d44
--- a/mercurial/bundlerepo.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/bundlerepo.py	Mon Feb 21 13:08:28 2022 -0700
@@ -270,7 +270,7 @@
     return filespos
 
 
-class bundlerepository(object):
+class bundlerepository:
     """A repository instance that is a union of a local repo and a bundle.
 
     Instances represent a read-only repository composed of a local repository
@@ -550,7 +550,7 @@
     return repo
 
 
-class bundletransactionmanager(object):
+class bundletransactionmanager:
     def transaction(self):
         return None