Skip to content
Snippets Groups Projects
Unverified Commit 31c6b30d authored by Jason Robinson's avatar Jason Robinson Committed by GitHub
Browse files

Fix import of the default SAML mapping provider. (#10477)

Fix a circular import, which was causing exceptions on boot if SAML
was configured.
parent 10dcfae4
No related branches found
No related tags found
No related merge requests found
Fix bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled.
......@@ -15,8 +15,6 @@
import logging
from typing import TYPE_CHECKING, Optional
import synapse.state
import synapse.storage
import synapse.types
from synapse.api.constants import EventTypes, Membership
from synapse.api.ratelimiting import Ratelimiter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment