Remove unused imports
There are several imports that are not used. Remove them. Change-Id: I2ac3be66827bd68d3faedcef7d6bbf30ea01d3f2
This commit is contained in:
parent
daa851f6cd
commit
e15c65abc2
9 changed files with 3 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue