hgext/narrow/narrowcommands.py
changeset 42813 268662aac075
parent 42807 383fdfa6bba9
child 42944 c2676b5a9f59
--- a/hgext/narrow/narrowcommands.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/hgext/narrow/narrowcommands.py	Sun Aug 18 00:45:33 2019 +0300
@@ -25,12 +25,14 @@
     pycompat,
     registrar,
     repair,
-    repository,
     repoview,
     sparse,
     util,
     wireprototypes,
 )
+from mercurial.interfaces import (
+    repository,
+)
 
 table = {}
 command = registrar.command(table)