Mercurial > hg
changeset 28802:b16eacf5347c
test-filecache: sort import lines
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 05 Apr 2016 23:15:49 +0900 |
parents | 441491aba8c3 |
children | 76c091f9711e |
files | tests/test-filecache.py |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-filecache.py Tue Apr 05 23:13:52 2016 +0900 +++ b/tests/test-filecache.py Tue Apr 05 23:15:49 2016 +0900 @@ -7,7 +7,13 @@ 'cacheable']): sys.exit(80) -from mercurial import util, scmutil, extensions, hg, ui +from mercurial import ( + extensions, + hg, + scmutil, + ui, + util, +) filecache = scmutil.filecache