Remove useless imports

This commit is contained in:
VirtuBox
2019-10-16 13:10:36 +02:00
parent 969b432947
commit 44b539799c
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
"""Maintenance Plugin for WordOps"""
from cement.core import handler, hook
from cement.core.controller import CementBaseController, expose
from wo.core.aptget import WOAptGet