providers/oauth2: remove unused import
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
cfa2edebcf
commit
1f7178c3a8
|
@ -50,7 +50,6 @@ from authentik.providers.oauth2.id_token import IDToken
|
||||||
from authentik.providers.oauth2.models import (
|
from authentik.providers.oauth2.models import (
|
||||||
AccessToken,
|
AccessToken,
|
||||||
AuthorizationCode,
|
AuthorizationCode,
|
||||||
ClientTypes,
|
|
||||||
GrantTypes,
|
GrantTypes,
|
||||||
OAuth2Provider,
|
OAuth2Provider,
|
||||||
ResponseMode,
|
ResponseMode,
|
||||||
|
|
Reference in New Issue