hgext/lfs/blobstore.py
changeset 35099 b8e5fb8d2389
parent 35098 66c5a8cf2868
child 35100 07e97998d385
--- a/hgext/lfs/blobstore.py	Tue Nov 14 00:06:23 2017 -0500
+++ b/hgext/lfs/blobstore.py	Tue Nov 14 00:14:52 2017 -0500
@@ -11,13 +11,14 @@
 import os
 import re
 
+from mercurial.i18n import _
+
 from mercurial import (
     error,
     url as urlmod,
     util,
     vfs as vfsmod,
 )
-from mercurial.i18n import _
 
 # 64 bytes for SHA256
 _lfsre = re.compile(r'\A[a-f0-9]{64}\Z')