--- 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'):