changeset 52394:7ac8fdb70bae

ui: stop using the `pycompat.open()` shim The two instances here were already compatible with the py3 builtin function.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 04 Dec 2024 20:45:13 -0500
parents 07a5a249faf8
children 6a8edf9f0a6d
files mercurial/ui.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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,