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 (
|
||||
AccessToken,
|
||||
AuthorizationCode,
|
||||
ClientTypes,
|
||||
GrantTypes,
|
||||
OAuth2Provider,
|
||||
ResponseMode,
|
||||
|
|
Reference in New Issue