Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jawabuu authored Apr 23, 2021
1 parent 75ec423 commit 4f00337
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions oidc/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
from sentry.utils.compat import map
from sentry.utils.signing import urlsafe_b64decode

from .constants import ERR_INVALID_RESPONSE, ISSUER, ERR_INVALID_DOMAIN

from .constants import (
ERR_INVALID_RESPONSE, ISSUER, ERR_INVALID_DOMAIN, OIDC_DOMAIN_ALLOWLIST, OIDC_DOMAIN_BLOCKLIST,
)
logger = logging.getLogger("sentry.auth.oidc")


Expand Down

0 comments on commit 4f00337

Please sign in to comment.