Skip to content

Commit ba738d9

Browse files
authored
Merge pull request #140 from pxc/patch-1
remove unused JWTSignatureError class
2 parents 19f378a + 33f0316 commit ba738d9

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)