summaryrefslogtreecommitdiff
path: root/src/saml2/pack.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/saml2/pack.py')
-rw-r--r--src/saml2/pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/pack.py b/src/saml2/pack.py
index 0e6923df..99c32476 100644
--- a/src/saml2/pack.py
+++ b/src/saml2/pack.py
@@ -13,7 +13,7 @@ import base64
try:
import html
except Exception:
- import cgi as html
+ import cgi as html # type: ignore[no-redef]
import logging
from urllib.parse import urlencode