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 24ed616 commit 2b3e457Copy full SHA for 2b3e457
tests/test_06_jws.py
@@ -5,7 +5,6 @@
5
6
from cryptography.hazmat.backends import default_backend
7
from cryptography.hazmat.primitives.asymmetric import ec
8
-from jwkest import as_bytes
9
import pytest
10
11
from cryptojwt import as_unicode
@@ -33,6 +32,7 @@
33
32
from cryptojwt.utils import intarr2bin
34
from cryptojwt.utils import is_compact_jws
35
from cryptojwt.utils import is_json_jws
+from cryptojwt.utils import as_bytes
36
37
BASEDIR = os.path.abspath(os.path.dirname(__file__))
38
0 commit comments