Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit b29ce3a

Browse files
authored
Merge pull request #2 from nagylzs/master
Remove unused/obsolete references to jwkest
2 parents ebcd922 + 579c5ca commit b29ce3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_7_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from cryptojwt.key_bundle import KeyBundle
77
from cryptojwt.key_jar import init_key_jar
88
from cryptojwt.key_jar import KeyJar
9-
from jwkest.jws import alg2keytype
9+
from cryptojwt.jws.utils import alg2keytype
1010

1111
from oidcmsg.exception import MessageException
1212
from oidcmsg.exception import NotForMe

0 commit comments

Comments
 (0)