Skip to content

Commit 2b3e457

Browse files
committed
Wrong import
1 parent 24ed616 commit 2b3e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_06_jws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from cryptography.hazmat.backends import default_backend
77
from cryptography.hazmat.primitives.asymmetric import ec
8-
from jwkest import as_bytes
98
import pytest
109

1110
from cryptojwt import as_unicode
@@ -33,6 +32,7 @@
3332
from cryptojwt.utils import intarr2bin
3433
from cryptojwt.utils import is_compact_jws
3534
from cryptojwt.utils import is_json_jws
35+
from cryptojwt.utils import as_bytes
3636

3737
BASEDIR = os.path.abspath(os.path.dirname(__file__))
3838

0 commit comments

Comments
 (0)