hgext/largefiles/__init__.py
changeset 48875 6000f5b25c9b
parent 46232 eb01d6d00a50
child 49852 564d360fc98e
--- a/hgext/largefiles/__init__.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/hgext/largefiles/__init__.py	Thu Mar 03 17:34:00 2022 +0100
@@ -104,7 +104,6 @@
 explicitly do so with the --large flag passed to the :hg:`add`
 command.
 '''
-from __future__ import absolute_import
 
 from mercurial import (
     cmdutil,