diff --git a/plinth/modules/ejabberd/views.py b/plinth/modules/ejabberd/views.py index 20b1d62e8..f1f8769f6 100644 --- a/plinth/modules/ejabberd/views.py +++ b/plinth/modules/ejabberd/views.py @@ -19,10 +19,6 @@ Views for the Ejabberd module """ -from django.views.generic import TemplateView -from django.utils.decorators import method_decorator -from stronghold.decorators import public - from plinth.modules import ejabberd from plinth.views import ServiceView from .forms import EjabberdForm