Skip to content

Commit b8aa7ae

Browse files
Remove unused import from views (HttpResponseForbidden)
1 parent ac8311f commit b8aa7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from django.core.exceptions import PermissionDenied, SuspiciousOperation
2929
from django.http import Http404, HttpResponse
3030
from django.http import HttpResponseRedirect # 30x
31-
from django.http import HttpResponseBadRequest, HttpResponseForbidden # 40x
31+
from django.http import HttpResponseBadRequest # 40x
3232
from django.http import HttpResponseServerError # 50x
3333
from django.views.decorators.http import require_POST
3434
from django.shortcuts import render

0 commit comments

Comments
 (0)