mercurial/commandserver.py
changeset 52643 5cc8deb96b48
parent 52640 24ee91ba9aa8
--- a/mercurial/commandserver.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/mercurial/commandserver.py	Sun Jan 05 22:23:31 2025 -0500
@@ -721,7 +721,7 @@
 
         class unixcmdserverrepo(repo.__class__):
             def close(self):
-                super(unixcmdserverrepo, self).close()
+                super().close()
                 try:
                     self._cmdserveripc.send(self.root)
                 except OSError: