mercurial/ui.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 50998 ce9cb12ca8c9
--- a/mercurial/ui.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/ui.py	Fri Sep 01 00:09:55 2023 +0200
@@ -37,7 +37,6 @@
 from .i18n import _
 from .node import hex
 from .pycompat import (
-    getattr,
     open,
 )