providers/saml: fix missing import

This commit is contained in:
Jens Langhammer 2021-02-15 09:25:22 +01:00
parent 52dabcaad9
commit 5ae030997a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from hashlib import sha256
from types import GeneratorType from types import GeneratorType
import xmlsec import xmlsec
from django.conf import settings
from django.http import HttpRequest from django.http import HttpRequest
from lxml import etree # nosec from lxml import etree # nosec
from lxml.etree import Element, SubElement # nosec from lxml.etree import Element, SubElement # nosec