1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-02 09:47:13 +03:00

Refactor code to remove unused import and fix formatting in SAML authentication module

This commit is contained in:
Adolfo Gómez García 2024-09-08 21:45:31 +02:00
parent 320e97b85d
commit b01cd25648
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -45,7 +45,6 @@ from onelogin.saml2.idp_metadata_parser import OneLogin_Saml2_IdPMetadataParser
from onelogin.saml2.settings import OneLogin_Saml2_Settings
from uds.core import auths, exceptions, types
from uds.core.managers.crypto import CryptoManager
from uds.core.types.requests import ExtendedHttpRequest
from uds.core.ui import gui
from uds.core.util import security, decorators, auth as auth_utils, validators