mercurial/exchange.py
changeset 48946 642e31cb55f0
parent 48935 2cce2fa5bcf7
child 49334 6d15a8971e30
--- a/mercurial/exchange.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/exchange.py	Mon Feb 21 13:08:28 2022 -0700
@@ -222,7 +222,7 @@
     return forcebundle1 or not op.remote.capable(b'bundle2')
 
 
-class pushoperation(object):
+class pushoperation:
     """A object that represent a single push operation
 
     Its purpose is to carry push related state and very common operations.
@@ -1371,7 +1371,7 @@
                 pushop.bkresult = 1
 
 
-class pulloperation(object):
+class pulloperation:
     """A object that represent a single pull operation
 
     It purpose is to carry pull related state and very common operation.