Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-stytch committed Feb 4, 2025
1 parent ddd3e82 commit df4ca4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stytch/consumer/api/idp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

import jwt

from stytch.b2b.models.sessions import AuthorizationCheck
from stytch.consumer.models.idp import IDPTokenClaims, IDPTokenResponse
from stytch.core.api_base import ApiBase
from stytch.core.http.client import AsyncClient, SyncClient
from stytch.shared import jwt_helpers, rbac_local
from stytch.shared.policy_cache import PolicyCache
from stytch.shared import jwt_helpers


class IDP:
Expand Down

0 comments on commit df4ca4b

Please sign in to comment.