Skip to content

Commit 8284906

Browse files
committed
remove unused exception UnknownKeytype
closes #65
1 parent 505daa9 commit 8284906

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/cryptojwt/exception.py

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ class UpdateFailed(KeyIOError):
6363
pass
6464

6565

66-
class UnknownKeytype(Invalid):
67-
"""An unknown key type"""
68-
69-
7066
class JWKException(JWKESTException):
7167
pass
7268

0 commit comments

Comments
 (0)