hgext/remotefilelog/connectionpool.py
changeset 46712 c7f6c3027af2
parent 46701 db8037e38085
child 48966 6000f5b25c9b
--- a/hgext/remotefilelog/connectionpool.py	Thu Feb 25 10:08:33 2021 -0500
+++ b/hgext/remotefilelog/connectionpool.py	Wed Mar 10 18:23:24 2021 +0100
@@ -8,7 +8,6 @@
 from __future__ import absolute_import
 
 from mercurial import (
-    extensions,
     hg,
     pycompat,
     sshpeer,