ssh: Fix flake8 failure by removing unused import

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-10-29 15:28:23 -07:00
parent ddb95752a8
commit 92a5a11659
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -20,7 +20,7 @@ Views for the SSH module
from django.contrib import messages
from django.utils.translation import ugettext_lazy as _
from plinth import action_utils, actions
from plinth import actions
from plinth.modules import ssh
from plinth.views import AppView