hgk: fix a pyflakes error
authorBryan O'Sullivan <bryano@fb.com>
Mon, 25 Mar 2013 16:57:36 -0700
changeset 18816 7f7d5f8a8f15
parent 18815 a18919de61e5
child 18817 c760acc6f69d
hgk: fix a pyflakes error
hgext/hgk.py
--- a/hgext/hgk.py	Fri Mar 22 17:03:49 2013 -0700
+++ b/hgext/hgk.py	Mon Mar 25 16:57:36 2013 -0700
@@ -35,7 +35,7 @@
 '''
 
 import os
-from mercurial import commands, util, patch, revlog, scmutil, phases
+from mercurial import commands, util, patch, revlog, scmutil
 from mercurial.node import nullid, nullrev, short
 from mercurial.i18n import _