From 8f9645ac3a7afeea248133d10dfd67ef72166ea9 Mon Sep 17 00:00:00 2001 From: bt-dlagin Date: Tue, 14 Jan 2025 10:40:27 +0100 Subject: [PATCH] [18.0][MIG] auth_saml: Migration to 18.0 --- auth_saml/tests/test_pysaml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auth_saml/tests/test_pysaml.py b/auth_saml/tests/test_pysaml.py index a4005feb24..0d1f495359 100644 --- a/auth_saml/tests/test_pysaml.py +++ b/auth_saml/tests/test_pysaml.py @@ -3,7 +3,6 @@ import html import os import urllib -import saml2.xmldsig as ds from unittest.mock import patch from odoo.exceptions import AccessDenied, UserError, ValidationError