mercurial/keepalive.py
changeset 52643 5cc8deb96b48
parent 52640 24ee91ba9aa8
--- a/mercurial/keepalive.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/mercurial/keepalive.py	Sun Jan 05 22:23:31 2025 -0500
@@ -537,7 +537,7 @@
         self.receivedbytescount = 0
 
     def __repr__(self):
-        base = super(HTTPConnection, self).__repr__()
+        base = super().__repr__()
         local = "(unconnected)"
         s = self.sock
         if s: