diff -r d718eddf01d9 -r 18c8c18993f0 hgext/largefiles/storefactory.py --- a/hgext/largefiles/storefactory.py Thu Aug 31 23:56:15 2023 +0200 +++ b/hgext/largefiles/storefactory.py Fri Sep 01 00:09:55 2023 +0200 @@ -5,7 +5,6 @@ import re from mercurial.i18n import _ -from mercurial.pycompat import getattr from mercurial import ( error, hg,