flake8: Remove unused import

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2019-07-27 17:44:18 +05:30 committed by Sunil Mohan Adapa
parent faac8cdd9c
commit caf1e4b0bd
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -33,7 +33,6 @@ from django.shortcuts import redirect
from django.urls import reverse, reverse_lazy
from django.utils.decorators import method_decorator
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy
from django.views.generic import FormView, TemplateView, View
from plinth.errors import PlinthError