changeset 889:6a3c0c2b8245

hgrepo: remove unused import
author Sean Farley <sean@farley.io>
date Wed, 22 Apr 2015 16:21:51 -0700
parents 8f9d52f7942e
children 1b001f9df71b
files hggit/hgrepo.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hggit/hgrepo.py
+++ b/hggit/hgrepo.py
@@ -1,5 +1,3 @@
-import os
-
 from mercurial import localrepo
 from mercurial.node import bin
 from mercurial import util as hgutil