From c9f80d09d4f1890a70760f459b0729c1ecf9a893 Mon Sep 17 00:00:00 2001 From: Edward <9326037+edwardoliveira@users.noreply.github.com> Date: Fri, 3 Jul 2020 16:01:56 -0300 Subject: [PATCH] Update sapl/materia/views.py --- sapl/materia/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapl/materia/views.py b/sapl/materia/views.py index 53c73afe0..e51feccc8 100644 --- a/sapl/materia/views.py +++ b/sapl/materia/views.py @@ -20,7 +20,6 @@ from django.conf import settings from django.contrib import messages from django.contrib.auth.decorators import permission_required from django.contrib.auth.mixins import PermissionRequiredMixin -from django.contrib.auth.models import Group from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned, ValidationError from django.core.urlresolvers import reverse from django.db.models import Max, Q @@ -2823,4 +2822,3 @@ def get_pdf_docacessorios(request, pk): response['Content-Disposition'] = ('attachment; filename="%s"' % external_name) return response -