Skip to content

Commit 63357ac

Browse files
committed
refactor: Remove unused JWKSRequestError
1 parent 31d6896 commit 63357ac

File tree

1 file changed

+0
-3
lines changed
  • supertokens_python/recipe/session

1 file changed

+0
-3
lines changed

supertokens_python/recipe/session/jwks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,3 @@ def get_latest_keys(kid: Optional[str] = None) -> List[PyJWK]:
127127

128128
raise last_error
129129

130-
131-
class JWKSRequestError(Exception):
132-
pass

0 commit comments

Comments
 (0)