Remove useless imports

This commit is contained in:
VirtuBox
2019-08-28 14:03:40 +02:00
parent 20d423b001
commit f40d356875
3 changed files with 6 additions and 22 deletions

View File

@@ -3,7 +3,6 @@ import shutil
from cement.core.controller import CementBaseController, expose
from cement.core import handler, hook
from wo.core.apt_repo import WORepo
from wo.core.aptget import WOAptGet
from wo.core.download import WODownload
from wo.core.extract import WOExtract