mercurial/httppeer.py
changeset 48946 642e31cb55f0
parent 48887 426cf9d98a5d
child 49284 d44e3c45f0e4
--- a/mercurial/httppeer.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/httppeer.py	Mon Feb 21 13:08:28 2022 -0700
@@ -62,7 +62,7 @@
     return result
 
 
-class _multifile(object):
+class _multifile:
     def __init__(self, *fileobjs):
         for f in fileobjs:
             if not util.safehasattr(f, b'length'):