diff options
Diffstat (limited to 'gn_auth/auth/authentication/oauth2/endpoints/introspection.py')
-rw-r--r-- | gn_auth/auth/authentication/oauth2/endpoints/introspection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/auth/authentication/oauth2/endpoints/introspection.py b/gn_auth/auth/authentication/oauth2/endpoints/introspection.py index a567363..222ddcb 100644 --- a/gn_auth/auth/authentication/oauth2/endpoints/introspection.py +++ b/gn_auth/auth/authentication/oauth2/endpoints/introspection.py @@ -6,7 +6,7 @@ from flask import request as flask_request from authlib.oauth2.rfc7662 import ( IntrospectionEndpoint as _IntrospectionEndpoint) -from gn3.auth.authentication.oauth2.models.oauth2token import OAuth2Token +from gn_auth.auth.authentication.oauth2.models.oauth2token import OAuth2Token from .utilities import query_token as _query_token |