From 3ef86c683097f98a142ff91adfcfee3c31559a25 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Mon, 9 Sep 2024 14:38:55 +0100 Subject: [PATCH] Linting --- egi_notebooks_hub/egiauthenticator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/egi_notebooks_hub/egiauthenticator.py b/egi_notebooks_hub/egiauthenticator.py index 829635b..f6c3e83 100644 --- a/egi_notebooks_hub/egiauthenticator.py +++ b/egi_notebooks_hub/egiauthenticator.py @@ -21,6 +21,7 @@ class JWTHandler(BaseHandler): """Handler for authentication with JWT tokens""" + async def exchange_for_refresh_token(self, access_token): self.log.debug("Exchanging access token for refresh") http_client = AsyncHTTPClient()