dagop: don't import nullrev from .node twice
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 31 Jan 2022 18:04:11 +0300
changeset 48694 5c940f9ba3e4
parent 48693 de3ac3d2c60b
child 48695 48cb4109b6f6
dagop: don't import nullrev from .node twice See 59fa3890d40a. Differential Revision: https://phab.mercurial-scm.org/D12120
mercurial/dagop.py
--- a/mercurial/dagop.py	Thu Jan 27 22:24:11 2022 +0100
+++ b/mercurial/dagop.py	Mon Jan 31 18:04:11 2022 +0300
@@ -9,7 +9,6 @@
 
 import heapq
 
-from .node import nullrev
 from .thirdparty import attr
 from .node import nullrev
 from . import (