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 8614a34 commit 35aa72cCopy full SHA for 35aa72c
tests/test_02_jwk.py
@@ -9,9 +9,9 @@
9
10
import pytest
11
from cryptography.hazmat.primitives.asymmetric import ec
12
-from cryptography.hazmat.primitives.asymmetric import rsa
13
from cryptography.hazmat.primitives.asymmetric import ed448
14
from cryptography.hazmat.primitives.asymmetric import ed25519
+from cryptography.hazmat.primitives.asymmetric import rsa
15
16
from cryptojwt.exception import DeSerializationNotPossible
17
from cryptojwt.exception import UnsupportedAlgorithm
0 commit comments