Skip to content

Commit 33f0316

Browse files
pxcMatthew Strawbridge
authored andcommitted
remove unused JWTSignatureError class
1 parent 19f378a commit 33f0316

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jose/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ class JWTClaimsError(JWTError):
2424
pass
2525

2626

27-
class JWTSignatureError(JWTError):
28-
pass
29-
30-
3127
class ExpiredSignatureError(JWTError):
3228
pass
3329

0 commit comments

Comments
 (0)