From 9f510bea5449ec0f54495007c316ca487fe61e6f Mon Sep 17 00:00:00 2001 From: Antoine Lambert <anlambert@softwareheritage.org> Date: Fri, 30 Aug 2024 14:49:37 +0200 Subject: [PATCH] keycloak: Fix typo spotted after codespell upgrade --- swh/auth/keycloak.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/auth/keycloak.py b/swh/auth/keycloak.py index 97c8a7c..d3456b3 100644 --- a/swh/auth/keycloak.py +++ b/swh/auth/keycloak.py @@ -192,7 +192,7 @@ class KeycloakOpenIDConnect: access_token: an access token provided by Keycloak Returns: - a dictionary fillled with user information + a dictionary filled with user information """ return self._keycloak.userinfo(access_token) -- GitLab