hgext/lfs/wrapper.py
changeset 35099 b8e5fb8d2389
parent 35098 66c5a8cf2868
child 35178 f8f939a2926c
--- a/hgext/lfs/wrapper.py	Tue Nov 14 00:06:23 2017 -0500
+++ b/hgext/lfs/wrapper.py	Tue Nov 14 00:14:52 2017 -0500
@@ -9,14 +9,15 @@
 
 import hashlib
 
+from mercurial.i18n import _
+from mercurial.node import bin, nullid, short
+
 from mercurial import (
     error,
     filelog,
     revlog,
     util,
 )
-from mercurial.i18n import _
-from mercurial.node import bin, nullid, short
 
 from . import (
     blobstore,