Skip to content

Commit

Permalink
Expose InvalidKeyError on jwt module (#503)
Browse files Browse the repository at this point in the history
This allows one import that similar to other exceptions:
```
from jwt import InvalidKeyError
```
  • Loading branch information
russellcardullo committed Jun 25, 2020
1 parent dc8dc7d commit 6178316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
InvalidIssuedAtError,
InvalidIssuer,
InvalidIssuerError,
InvalidKeyError,
InvalidSignatureError,
InvalidTokenError,
MissingRequiredClaimError,
Expand Down

0 comments on commit 6178316

Please sign in to comment.