diff 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
line wrap: on
line diff
--- a/hggit/git_handler.py	Tue Feb 06 17:04:24 2018 -0800
+++ b/hggit/git_handler.py	Mon Nov 27 18:21:17 2017 -0500
@@ -24,7 +24,6 @@
     encoding,
     phases,
     util as hgutil,
-    url,
 )
 
 import _ssh