changeset 52643 | 5cc8deb96b48 |
parent 52389 | aa3261b40492 |
--- a/hgext/largefiles/localstore.py Sun Jan 05 22:12:02 2025 -0500 +++ b/hgext/largefiles/localstore.py Sun Jan 05 22:23:31 2025 -0500 @@ -26,7 +26,7 @@ def __init__(self, ui, repo, remote): self.remote = remote.local() - super(localstore, self).__init__(ui, repo, self.remote.url()) + super().__init__(ui, repo, self.remote.url()) def put(self, source, hash): if lfutil.instore(self.remote, hash):