# HG changeset patch # User Gregory Szorc # Date 2018-09-26 18:27:41 # Node ID b06303a208bed7b418036991eddf309bebde40b6 # Parent 4b816a83e17e37e93f03c937919e4e5a9d1581df lfs: drop unused import A recent change dropped the last user of this module. Differential Revision: https://phab.mercurial-scm.org/D4744 diff --git a/hgext/lfs/__init__.py b/hgext/lfs/__init__.py --- a/hgext/lfs/__init__.py +++ b/hgext/lfs/__init__.py @@ -137,7 +137,6 @@ from mercurial import ( extensions, filelog, filesetlang, - hg, localrepo, minifileset, node,