mercurial/ui.py
changeset 52362 7ac8fdb70bae
parent 51859 f4733654f144
child 52416 0a81f3ef054c
--- a/mercurial/ui.py	Wed Dec 04 20:43:20 2024 -0500
+++ b/mercurial/ui.py	Wed Dec 04 20:45:13 2024 -0500
@@ -38,9 +38,6 @@
 
 from .i18n import _
 from .node import hex
-from .pycompat import (
-    open,
-)
 
 from . import (
     color,