changeset 48695:48cb4109b6f6

obsolete: don't import from .node twice See d55b71393907. Differential Revision: https://phab.mercurial-scm.org/D12121
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 31 Jan 2022 18:05:36 +0300
parents 5c940f9ba3e4
children bf3da4e02087
files mercurial/obsolete.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/obsolete.py	Mon Jan 31 18:04:11 2022 +0300
+++ b/mercurial/obsolete.py	Mon Jan 31 18:05:36 2022 +0300
@@ -73,10 +73,6 @@
 import struct
 
 from .i18n import _
-from .node import (
-    bin,
-    hex,
-)
 from .pycompat import getattr
 from .node import (
     bin,