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