diff -r 73ab542565e0 -r 5cc8deb96b48 hgext/lfs/__init__.py --- a/hgext/lfs/__init__.py Sun Jan 05 22:12:02 2025 -0500 +++ b/hgext/lfs/__init__.py Sun Jan 05 22:23:31 2025 -0500 @@ -252,7 +252,7 @@ @localrepo.unfilteredmethod def commitctx(self, ctx, error=False, origctx=None): repo.svfs.options[b'lfstrack'] = _trackedmatcher(self) - return super(lfsrepo, self).commitctx(ctx, error, origctx=origctx) + return super().commitctx(ctx, error, origctx=origctx) repo.__class__ = lfsrepo