providers/oauth2: remove unused import

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-02-22 11:11:20 +01:00
parent cfa2edebcf
commit 1f7178c3a8
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ from authentik.providers.oauth2.id_token import IDToken
from authentik.providers.oauth2.models import (
AccessToken,
AuthorizationCode,
ClientTypes,
GrantTypes,
OAuth2Provider,
ResponseMode,