From a3baa100d4425c7d98ecde5b9ff6bc240aed72e0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 12 Jul 2020 18:55:26 +0200 Subject: [PATCH] sources/saml: remove unused import --- passbook/sources/saml/processors/metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/passbook/sources/saml/processors/metadata.py b/passbook/sources/saml/processors/metadata.py index 05747f88f..0de972ec9 100644 --- a/passbook/sources/saml/processors/metadata.py +++ b/passbook/sources/saml/processors/metadata.py @@ -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