diff --git a/swh/auth/__init__.py b/swh/auth/__init__.py
index 674176916695df81b36057d7da50cc5182016d60..53e8601ee02fe750cb34d7bb4110810d6b3dabb9 100644
--- a/swh/auth/__init__.py
+++ b/swh/auth/__init__.py
@@ -3,7 +3,7 @@
 # License: GNU Affero General Public License version 3, or any later version
 # See top-level LICENSE file for more information
 
-from typing import Any, Dict, Optional, Tuple
+from typing import Any, Dict, Optional
 from urllib.parse import urlencode
 
 from keycloak import KeycloakOpenID