From caf1e4b0bdca63e4ca5cd7d1cd7f833d259f0c5c Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 27 Jul 2019 17:44:18 +0530 Subject: [PATCH] flake8: Remove unused import Signed-off-by: Joseph Nuthalapati Reviewed-by: Sunil Mohan Adapa --- plinth/modules/backups/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/backups/views.py b/plinth/modules/backups/views.py index 7c62c2b3f..5678316f0 100644 --- a/plinth/modules/backups/views.py +++ b/plinth/modules/backups/views.py @@ -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