We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba01f7 commit fb19d2bCopy full SHA for fb19d2b
1 file changed
src/cryptojwt/exception.py
@@ -40,7 +40,7 @@ class BadType(Invalid):
40
41
42
class MissingKey(JWKESTException):
43
- """ No usable key """
+ """No usable key"""
44
45
46
class MissingIssuer(JWKESTException):
0 commit comments