From c19058f63b8f4d8644de49be0fd7a1b63ff24ae4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 29 May 2024 11:42:00 -0500 Subject: Remove unused import. --- gn_auth/auth/authentication/oauth2/grants/jwt_bearer_grant.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn_auth/auth/authentication') 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 -- cgit v1.2.3