comparison hggit/git_handler.py @ 1109:21264429a8d4

cleanup: remove unused imports
author Sean Farley <sean@farley.io>
date Mon, 27 Nov 2017 18:21:17 -0500
parents aae2d15de6af
children 94aaea5c65f7
comparison
equal deleted inserted replaced
1108:aae2d15de6af 1109:21264429a8d4
22 commands, 22 commands,
23 context, 23 context,
24 encoding, 24 encoding,
25 phases, 25 phases,
26 util as hgutil, 26 util as hgutil,
27 url,
28 ) 27 )
29 28
30 import _ssh 29 import _ssh
31 import compat 30 import compat
32 import git2hg 31 import git2hg