From abdc8ba9cec608e7a0edfe15171ac3b82bf3420b Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 11 Feb 2018 12:28:10 +0530 Subject: [PATCH] help: Remove an unused import Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/upgrades/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plinth/modules/upgrades/views.py b/plinth/modules/upgrades/views.py index 31c62d326..56c6cec42 100644 --- a/plinth/modules/upgrades/views.py +++ b/plinth/modules/upgrades/views.py @@ -23,7 +23,6 @@ from django.template.response import TemplateResponse from django.urls import reverse_lazy from django.utils.translation import ugettext as _, ugettext_lazy from django.views.generic.edit import FormView -import subprocess from .forms import ConfigureForm from plinth import actions