obsolete: don't import from .node twice
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 31 Jan 2022 18:05:36 +0300
changeset 48695 48cb4109b6f6
parent 48694 5c940f9ba3e4
child 48696 bf3da4e02087
obsolete: don't import from .node twice See d55b71393907. Differential Revision: https://phab.mercurial-scm.org/D12121
mercurial/obsolete.py
--- 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,