diff options
author | Frederick Muriuki Muriithi | 2024-05-29 11:42:00 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-05-29 11:42:00 -0500 |
commit | c19058f63b8f4d8644de49be0fd7a1b63ff24ae4 (patch) | |
tree | 0d05d2494ee0c9e49c207962e795cfd71efd0349 /gn_auth/auth/authentication | |
parent | 82559c65ed5d419ad3822e3da399c3fdd88b386a (diff) | |
download | gn-auth-c19058f63b8f4d8644de49be0fd7a1b63ff24ae4.tar.gz |
Remove unused import.
Diffstat (limited to 'gn_auth/auth/authentication')
-rw-r--r-- | gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py b/gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py index b9d1379..b0f2cc7 100644 --- a/gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py +++ b/gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py @@ -1,6 +1,5 @@ """JWT as Authorisation Grant""" import uuid -from dataclasses import asdict from flask import current_app as app |