hgext/remotefilelog/connectionpool.py
changeset 52643 5cc8deb96b48
parent 51859 f4733654f144
--- a/hgext/remotefilelog/connectionpool.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/remotefilelog/connectionpool.py	Sun Jan 05 22:23:31 2025 -0500
@@ -49,7 +49,7 @@
                         # open (i.e. us).
                         if hasattr(self, 'pipee'):
                             self.pipee.close()
-                        return super(mypeer, self)._cleanup()
+                        return super()._cleanup()
 
                 peer.__class__ = mypeer