mercurial/localrepo.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51031 133f5a54ed9d
--- a/mercurial/localrepo.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/localrepo.py	Fri Sep 01 00:09:55 2023 +0200
@@ -28,10 +28,6 @@
     sha1nodeconstants,
     short,
 )
-from .pycompat import (
-    delattr,
-    getattr,
-)
 from . import (
     bookmarks,
     branchmap,