largefiles: fix unused import
authorMatt Mackall <mpm@selenic.com>
Wed, 24 Dec 2014 13:33:01 -0600
changeset 23660 1ec6dbb9b216
parent 23659 67d63ec85eb7
child 23661 dbd60f8d88d5
largefiles: fix unused import Caught by pyflakes.
hgext/largefiles/reposetup.py
--- a/hgext/largefiles/reposetup.py	Sun Dec 07 01:32:30 2014 -0500
+++ b/hgext/largefiles/reposetup.py	Wed Dec 24 13:33:01 2014 -0600
@@ -12,7 +12,7 @@
 
 from mercurial import error, manifest, match as match_, util
 from mercurial.i18n import _
-from mercurial import localrepo, scmutil
+from mercurial import scmutil
 
 import lfcommands
 import lfutil