hgext/mq.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51406 f8bf1a8e9181
--- a/hgext/mq.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/hgext/mq.py	Fri Sep 01 00:09:55 2023 +0200
@@ -75,8 +75,6 @@
     short,
 )
 from mercurial.pycompat import (
-    delattr,
-    getattr,
     open,
 )
 from mercurial import (