sources/saml: remove unused import

This commit is contained in:
Jens Langhammer 2020-07-12 18:55:26 +02:00
parent f7b9de1261
commit a3baa100d4
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
"""SAML Service Provider Metadata Processor"""
from typing import Iterator, Optional
from defusedxml import ElementTree
from django.http import HttpRequest
from lxml.etree import Element, SubElement, tostring # nosec
from signxml.util import strip_pem_header