hgext/amend.py
changeset 48966 6000f5b25c9b
parent 47434 54849b65dc5f
child 49883 e78a41686464
--- a/hgext/amend.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/hgext/amend.py	Thu Mar 03 17:34:00 2022 +0100
@@ -10,7 +10,6 @@
 ``commit --amend`` but does not prompt an editor.
 """
 
-from __future__ import absolute_import
 
 from mercurial.i18n import _
 from mercurial import (