We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad87e commit ff1dec4Copy full SHA for ff1dec4
src/cryptojwt/jwk/wrap.py
@@ -2,9 +2,9 @@
2
3
import json
4
5
+from .. import JWE
6
from . import JWK
-from ..jwe.jwe import JWE
7
-from ..jwx import key_from_jwk_dict
+from .jwk import key_from_jwk_dict
8
9
__author__ = 'jschlyter'
10
0 commit comments