diff -r 73ab542565e0 -r 5cc8deb96b48 hgext/remotefilelog/datapack.py --- a/hgext/remotefilelog/datapack.py Sun Jan 05 22:12:02 2025 -0500 +++ b/hgext/remotefilelog/datapack.py Sun Jan 05 22:23:31 2025 -0500 @@ -32,7 +32,7 @@ PACKSUFFIX = PACKSUFFIX def __init__(self, ui, path): - super(datapackstore, self).__init__(ui, path) + super().__init__(ui, path) def getpack(self, path): return datapack(path)