hgext/largefiles/wirestore.py
changeset 52643 5cc8deb96b48
parent 51859 f4733654f144
--- a/hgext/largefiles/wirestore.py	Sun Jan 05 22:12:02 2025 -0500
+++ b/hgext/largefiles/wirestore.py	Sun Jan 05 22:23:31 2025 -0500
@@ -22,7 +22,7 @@
         if b'serve' not in storetypes:
             raise lfutil.storeprotonotcapable(storetypes)
         self.remote = remote
-        super(wirestore, self).__init__(ui, repo, remote.url())
+        super().__init__(ui, repo, remote.url())
 
     def _put(self, hash, fd):
         return self.remote.putlfile(hash, fd)