Skip to content

Commit

Permalink
Export PyJWKClientConnectionError class (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavis committed May 16, 2023
1 parent d7c54db commit 1c27281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
InvalidSignatureError,
InvalidTokenError,
MissingRequiredClaimError,
PyJWKClientConnectionError,
PyJWKClientError,
PyJWKError,
PyJWKSetError,
Expand Down Expand Up @@ -65,6 +66,7 @@
"InvalidSignatureError",
"InvalidTokenError",
"MissingRequiredClaimError",
"PyJWKClientConnectionError",
"PyJWKClientError",
"PyJWKError",
"PyJWKSetError",
Expand Down

0 comments on commit 1c27281

Please sign in to comment.