mercurial/streamclone.py
changeset 42813 268662aac075
parent 41615 328ca3b9e545
child 43076 2372284d9457
--- a/mercurial/streamclone.py	Thu Aug 22 16:47:31 2019 -0700
+++ b/mercurial/streamclone.py	Sun Aug 18 00:45:33 2019 +0300
@@ -12,13 +12,15 @@
 import struct
 
 from .i18n import _
+from .interfaces import (
+    repository,
+)
 from . import (
     cacheutil,
     error,
     narrowspec,
     phases,
     pycompat,
-    repository,
     store,
     util,
 )