hgext/transplant.py
changeset 48875 6000f5b25c9b
parent 48116 5ced12cfa41b
child 48935 2cce2fa5bcf7
--- a/hgext/transplant.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/hgext/transplant.py	Thu Mar 03 17:34:00 2022 +0100
@@ -13,7 +13,6 @@
 Transplanted patches are recorded in .hg/transplant/transplants, as a
 map from a changeset hash to its hash in the source repository.
 '''
-from __future__ import absolute_import
 
 import os