##// END OF EJS Templates
ui: stop using the `pycompat.open()` shim...
Matt Harbison -
r53259:7ac8fdb7 default
parent child Browse files
Show More
@@ -38,9 +38,6 from typing import (
38
38
39 from .i18n import _
39 from .i18n import _
40 from .node import hex
40 from .node import hex
41 from .pycompat import (
42 open,
43 )
44
41
45 from . import (
42 from . import (
46 color,
43 color,
General Comments 0
You need to be logged in to leave comments. Login now