From e15c65abc25cd1d5d77ec6815a3c011b9f57ddac Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 22 Aug 2012 10:46:11 +0900 Subject: Remove unused imports There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2 --- subcmds/rebase.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'subcmds/rebase.py') diff --git a/subcmds/rebase.py b/subcmds/rebase.py index 20662b11..2c1752d7 100644 --- a/subcmds/rebase.py +++ b/subcmds/rebase.py @@ -17,8 +17,6 @@ import sys from command import Command from git_command import GitCommand -from git_refs import GitRefs, HEAD, R_HEADS, R_TAGS, R_PUB, R_M -from error import GitError class Rebase(Command): common = True -- cgit v1.2.3-54-g00ecf