hgext/strip.py
changeset 48875 6000f5b25c9b
parent 45865 d7a508a75d72
child 51863 f4733654f144
--- a/hgext/strip.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/hgext/strip.py	Thu Mar 03 17:34:00 2022 +0100
@@ -6,7 +6,6 @@
 This extension allows you to strip changesets and all their descendants from the
 repository. See the command help for details.
 """
-from __future__ import absolute_import
 
 from mercurial import commands