package: Remove unused import to fix pipeline

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2021-10-10 19:43:13 -07:00
parent 376fe5a85b
commit 148d1ea311
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -14,7 +14,7 @@ from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy
from plinth import actions
from plinth.errors import ActionError, PlinthError
from plinth.errors import ActionError
from plinth.utils import format_lazy
logger = logging.getLogger(__name__)