sources/saml(minor): fix lint issue

This commit is contained in:
Langhammer, Jens 2019-11-07 18:02:59 +01:00
parent adc3dcc2c4
commit 44c0eb37cf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import base64
from defusedxml import ElementTree
from django.contrib.auth import login, logout
from django.http import HttpRequest, HttpResponse, Http404
from django.http import Http404, HttpRequest, HttpResponse
from django.shortcuts import get_object_or_404, redirect, render, reverse
from django.utils.decorators import method_decorator
from django.views import View