mercurial/sshpeer.py
changeset 49037 642e31cb55f0
parent 49004 f254fc73d956
child 49860 78af51ba73c5
--- a/mercurial/sshpeer.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/sshpeer.py	Mon Feb 21 13:08:28 2022 -0700
@@ -47,7 +47,7 @@
                 display(_(b"remote: "), l, b'\n')
 
 
-class doublepipe(object):
+class doublepipe:
     """Operate a side-channel pipe in addition of a main one
 
     The side-channel pipe contains server output to be forwarded to the user